To start project using:
- Add your public key to deployment keys.
- Run commmand
django-admin startproject PROJECTNAME --template=https://bitbucket.org/merixstudio/django-project-template/get/tip.zip --extension=ini
. You can use either Django installation from project's virtualenv or global installation. - Uncomment
Django project template
section in hgignore.