bioweb
0.09.92
C++/Python(django)/JavaScript(angularJS) framework
Main Page
Classes
Files
File List
File Members
web
manage.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
## @file manage.py
4
# @brief Django run script
5
6
import
os
7
import
sys
8
9
if
__name__ ==
"__main__"
:
10
os.environ.setdefault(
"DJANGO_SETTINGS_MODULE"
,
"config.settings"
)
11
from
django.core.management
import
execute_from_command_line
12
execute_from_command_line(sys.argv)
Generated on Wed Nov 25 2015 21:50:49 for bioweb by
1.8.9.1