##// END OF EJS Templates
new structure and views.py (pedestal) update
new structure and views.py (pedestal) update

File last commit:

r366:bdf15dfd5ebe
r366:bdf15dfd5ebe
Show More
manage.py
10 lines | 251 B | text/x-python | PythonLexer
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "radarsys.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)