web/manage.py
author rougeronj
Wed, 19 Sep 2012 17:01:18 +0200
changeset 788 7413a50c9666
parent 660 d9f2a953bea5
permissions -rw-r--r--
research field modification to avoid the word "recherche" to remain in the field while clicking on it

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