Django-dj

A short command which replaces calls to Django's manage.py scripts
Download

Django-dj Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Hal Blackburn
  • Publisher web site:
  • https://github.com/h4l/

Django-dj Tags


Django-dj Description

django-dj is a command-line command which removes the need to use Django's manage.py script.Old waydjango-project> python manage.py runserver/syncdb/etcdjango-project/some/dir> python ../../manage.py runserver/syncdb/etcNew Waydjango-project> dj runserver/syncdb/etcdjango-project/some/dir> dj runserver/syncdb/etcInstead 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.Product's homepage


Django-dj Related Software