app/django/bin/django-admin.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 29 Nov 2008 19:45:19 +0000
changeset 614 53a3e46fc512
parent 54 03e267d67478
permissions -rwxr-xr-x
Moved getSidebarLinks to sitemap.sidebar This is the fourth, and final patch, that attempts to improve the cohesion in the base.View class. Patch by: Sverre Rabbelier

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

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