web/ldtplatform/manage.py
author ymh <ymh.work@gmail.com>
Fri, 25 May 2012 12:55:52 +0200
changeset 640 383be02a85eb
parent 639 14fe3554ad26
permissions -rw-r--r--
Added tag V01.08 for changeset 14fe3554ad26

#!/usr/bin/env python
import os, sys

if __name__ == "__main__":
    os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ldtplatform.settings")

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)