server/src/manage.py
author julien <julien@erret.com>
Fri, 31 Jul 2015 18:33:02 +0200
changeset 67 6e041b15bc78
parent 5 c62ba43e9841
permissions -rwxr-xr-x
Move the header title of the annotationList box and LatestAnnotation Box, inside the widget

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

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

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)