Skip to main content

No project description provided

Project description

Docs can be found in the docs folder.

App Template

This is a bare-bones skeleton app template, for use with the django-admin.py startapp command.

You will need git, python 2.7+ and pip to create a new app with this template.

Create environment variables for the app and module name (e.g. django-foo-bar and foo_bar), so we can use them in subsequent commands:

$ export APP=<app_name>
$ export MODULE=<module_name>

Install or upgrade Django:

$ pip install -U Django

Create an app from the template:

$ mkdir $APP
$ django-admin.py startapp -e ini,md,yml -n .coveragerc \
--template=https://github.com/ixc/ixc-app-template/archive/master.zip \
$MODULE $APP

Make the manage.py file executable, for convenience:

$ cd $APP
$ chmod 755 manage.py

Create a remote repository on GitHub, then initialise a local repository and push an initial commit:

$ git init
$ git add -A
$ git commit -m 'Initial commit.'
$ git remote add origin git@github.com:ixc/$APP.git
$ git push

Now, get to work on your app! You might want to start with:

  • Add a LICENSE.txt file (e.g. MIT).

  • Read the contributing docs.

  • Update the docs (e.g. overview, installation and usage).

  • Remove the App Template section (these instructions) from README.md (this file).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

icekit_notifications-0.2.1-py2.py3-none-any.whl (23.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page