/django-develop

Django development for humans

Primary LanguagePython

django-develop

Django development for humans.

https://travis-ci.org/pjdelport/django-develop.svg?branch=master https://codecov.io/github/pjdelport/django-develop/coverage.svg?branch=master

Quick Start

  1. Create a virtual environment with your Django project installed:

    $ mkvirtualenv my-app
    $ pip install -e .
    
  2. Install django-develop:

    $ pip install django-develop
    
  1. Select your project's base settings module:

    $ django-develop-config
    …
    $ django-develop-config my_app.base_settings
    
  2. Use django-develop as you would normally use django-admin:

    $ django-develop check
    $ django-develop migrate
    $ django-develop runserver
    

Contributing

See HACKING.rst.