##// END OF EJS Templates
Logo rebranding
Logo rebranding

File last commit:

r2136:5be2d62c default
r2150:532ef623 tip default
Show More
manage.py
10 lines | 254 B | text/x-python | PythonLexer
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #!/usr/bin/env python3
neko259
Initial commit. One test doesn't work, missing posting form.
r0 import os
import sys
if __name__ == "__main__":
Bohdan Horbeshko
Act of denisopopoving the engine
r2136 os.environ.setdefault("DJANGO_SETTINGS_MODULE", "swineboard.settings")
neko259
Initial commit. One test doesn't work, missing posting form.
r0
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)