server/manage.py
author rougeronj
Wed, 10 Jun 2015 12:56:23 +0200
changeset 154 d029bf4a0b2b
parent 135 27065f8a19d3
permissions -rwxr-xr-x
update gulpfile to copy indexAmmico in templates folder copy-server the new version of ammico app

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

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

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)