server/src/manage.py
author rougeronj
Tue, 09 Jun 2015 19:13:29 +0200
changeset 148 9f6f17de6d98
parent 117 41a78460bdac
child 118 fea47f1054e2
permissions -rwxr-xr-x
copy server new version of ammico app and add inde.html which list the available expositions

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

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

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)