demep - is Django Empty MongoEngine Project. It is just a template for starting new project using django, mongoengine and django-registration-me.
- Clone the template repository from https://github.com/lig/demep into some folder.
- Run django-admin.py as usual but provide additional option
--template=TEMPLATE
where TEMPLATE is the path to theproject_template
folder from the folder where you have cloned this repository. Assuming you have cloned the repo into/path/to/demep
your startproject command will look likedjango-admin.py startproject --template=/path/to/demep/project_template <project_name>
.