app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 15 Oct 2008 13:54:00 +0000
changeset 336 9d5b8880260f
parent 54 03e267d67478
permissions -rwxr-xr-x
Fix not working docs show view. Document show view wasn't updated when the logic refactor was made. Patch by: Pawel Solyga Review by: to-be-reviewed

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

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