Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 839 Bytes

README.rst

File metadata and controls

42 lines (25 loc) · 839 Bytes

Django generator

Application aim to provide an interface to quick start a django application.

Installing the package

$ mkvirtualenv djangogenerator
$ git clone https://github.com/gotlium/djangogenerator
$ cd djangogenerator/
$ pip install -r requirements.txt

Configuration

After installation, you need to configure and sync database. Do not forget create root user on synchronization step.

$ python manage.py syncdb
$ python manage.py migrate

Usage

Now you can run and use djangogenerator.

$ python manage.py runserver_plus
Bitdeli badge