src/manage.py
author ymh <ymh.work@gmail.com>
Sun, 10 Feb 2013 23:21:03 +0100
changeset 130 1403b7d2f405
parent 20 3cbd273eddf1
permissions -rwxr-xr-x
Correction media id on mashup by tag + nelle version

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

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

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)