lck.django 0.8.5 documentation

This Page

Custom manage.py commands

By adding lck.django.common to your INSTALLED_APPS you get some additional second-level commands for manage.py:

  • shell: a version of the original manage.py shell command for lazy people: is using bpython if installed and imports all models automatically

Note

These commands require namespace_package_support.