Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pidelport/django-develop
Django development for humans
https://github.com/pidelport/django-develop
Last synced: about 1 month ago
JSON representation
Django development for humans
- Host: GitHub
- URL: https://github.com/pidelport/django-develop
- Owner: PiDelport
- Created: 2016-02-03T16:28:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T12:05:32.000Z (about 7 years ago)
- Last Synced: 2024-10-02T00:33:52.912Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==============
django-develop
==============Django development for humans.
.. image:: https://img.shields.io/pypi/v/django-develop.svg
:target: https://pypi.python.org/pypi/django-develop.. image:: https://img.shields.io/badge/source-GitHub-lightgrey.svg
:target: https://github.com/pjdelport/django-develop.. image:: https://img.shields.io/github/issues/pjdelport/django-develop.svg
:target: https://github.com/pjdelport/django-develop/issues?q=is:open.. image:: https://travis-ci.org/pjdelport/django-develop.svg?branch=master
:target: https://travis-ci.org/pjdelport/django-develop.. image:: https://codecov.io/github/pjdelport/django-develop/coverage.svg?branch=master
:target: https://codecov.io/github/pjdelport/django-develop?branch=masterQuick 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
2. Select your project's base settings module::
$ django-develop-config
…
$ django-develop-config my_app.base_settings3. Use ``django-develop`` as you would normally use ``django-admin``::
$ django-develop check
$ django-develop migrate
$ django-develop runserverContributing
============See ``__.