src/manage.py
author rougeronj
Fri, 21 Nov 2014 16:10:54 +0100
changeset 371 c70c34166758
parent 359 46ad324f6fe4
child 614 40e125004a0b
permissions -rw-r--r--
Shrink help icon + Prevent the icon to disappear (with the text "circular view") when renkan is modified

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

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

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)