##// END OF EJS Templates
Add fill gaps to plots and rm tmp summary files in upload
Add fill gaps to plots and rm tmp summary files in upload

File last commit:

r0:b84e1135c2c4
r15:83785b54e857
Show More
manage.py
15 lines | 370 B | text/x-python | PythonLexer
#!/usr/bin/env python
import os
import sys
"""as created by django-admin-2.7.py startproject djangoMad
$Id: manage.py 4678 2015-01-19 16:29:43Z brideout $
"""
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "djangoMad.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)