src/manage.py
author ymh <ymh.work@gmail.com>
Tue, 04 Dec 2012 15:46:32 +0100
branchwith_hashcut_module
changeset 26 369bd628caac
parent 0 87104b7cb3d6
permissions -rw-r--r--
Closing branch: with_hashcut_module

#!/usr/bin/env python
import os
import 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)