Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
104f5721
Commit
104f5721
authored
Feb 22, 2014
by
Daniel W Bond
Browse files
oops actually adding the file
parent
96cd1bf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/srctweb.py
0 → 100755
View file @
104f5721
#!flask/bin/python
from
website
import
website
#website.run(debug = True) ## This is for debugging use only.
if
__name__
==
'main'
:
## This is for execution via gunicorn.
website
.
run
(
debug
=
True
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment