Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lig/demep
Django Empty MongoEngine Project
https://github.com/lig/demep
Last synced: about 2 months ago
JSON representation
Django Empty MongoEngine Project
- Host: GitHub
- URL: https://github.com/lig/demep
- Owner: lig
- Created: 2012-07-25T10:03:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T15:07:43.000Z (about 11 years ago)
- Last Synced: 2024-10-18T12:55:12.412Z (2 months ago)
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
=====demep - is Django Empty MongoEngine Project. It is just a template for starting new project using django, mongoengine and django-registration-me.
Usage
=====1. Clone the template repository from https://github.com/lig/demep into some folder.
2. Run django-admin.py as usual but provide additional option `--template=TEMPLATE` where TEMPLATE is the path to the `project_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 like `django-admin.py startproject --template=/path/to/demep/project_template `.