Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768827
manage.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
636 B
Referenced Files
None
Subscribers
None
manage.py
View Options
#!/usr/bin/env python3
"""Django's command-line utility for administrative tasks."""
import
os
import
sys
def
main
():
os
.
environ
.
setdefault
(
'DJANGO_SETTINGS_MODULE'
,
'tasacora_server.settings'
)
try
:
from
django.core.management
import
execute_from_command_line
except
ImportError
as
exc
:
raise
ImportError
(
"Couldn't import Django. Are you sure it's installed and "
"available on your PYTHONPATH environment variable? Did you "
"forget to activate a virtual environment?"
)
from
exc
execute_from_command_line
(
sys
.
argv
)
if
__name__
==
'__main__'
:
main
()
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Mon, Nov 25, 10:49 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260031
Default Alt Text
manage.py (636 B)
Attached To
Mode
rTASACORASRV Tasacora server
Attached
Detach File
Event Timeline
Log In to Comment