app/django/bin/django-admin.py
author Todd Larsen <tlarsen@google.com>
Sat, 22 Nov 2008 03:13:59 +0000
changeset 542 7cc99461b64d
parent 54 03e267d67478
permissions -rwxr-xr-x
Remove redundant dicts for URL patterns and sidebar menu text, and use the existing params dict instead. Add a sidebar_heading customization to params. Better differentiate the 'User (self)' and 'Users' sidebar menus. Remove the redundant Site settings menu items now that the Site entity is a singleton. Patch by: Todd Larsen

#!/usr/bin/env python
from django.core import management

if __name__ == "__main__":
    management.execute_from_command_line()