A short command which replaces calls to Django's manage.py scripts
Project description
Django-dj is a console command which removes the need to use Django’s manage.py script.
Old way
$ django-project> python manage.py runserver/syncdb/etc
$ django-project/some/dir> python ../../manage.py runserver/syncdb/etc
New Way
$ django-project> dj runserver/syncdb/etc
$ django-project/some/dir> dj runserver/syncdb/etc
Instead of carefully referencing manage.py from whichever directory you happen to be in, dj works anywhere in or under your Django project directory. You can even completely remove your manage.py file if you wish.
dj identifies Django projects by looking for directories containing __init__.py, settings.py and urls.py.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Django-dj-0.1.0.tar.gz
(3.1 kB
view hashes)