web/manage.py
author rougeronj
Thu, 11 Oct 2012 18:09:32 +0200
changeset 843 77f740eaf247
parent 660 d9f2a953bea5
permissions -rw-r--r--
Bug correction on deletion content. Bug correction : forbidden_stream_url was saved in the xml of the project

#!/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)