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 details)

Uploaded Python 2 Python 3

File details

Details for the file icekit_notifications-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for icekit_notifications-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 73c7482970d5614aeb996343caeef3d0794b2bc259c93725915a9e0086ff9ff5
MD5 56baf0fe95c8eb17c5a07c909ef3e2ac
BLAKE2b-256 0438aefbce8a070a834d35a3d74d252c962c6756228121246ae5cbf9fa02b974

See more details on using hashes here.

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