app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 26 Mar 2009 14:11:06 +0000
changeset 2017 bde6efa3df3f
parent 54 03e267d67478
permissions -rwxr-xr-x
Added document_name alias for use on award certificates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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

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