lck.django 0.8.10 documentation
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 automaticallyNote
These commands require namespace_package_support.