This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
cs141135
/
REALTIMEBACKENDDATABASE
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cs141135 cs141054 cs151037
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29
Commits
1
Branch
0
Tags
700 KiB
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
REALTIMEBACKENDDATABASE
/
flaskapp
/
app
/
wsgi.py
6 lines
77 B
Raw
Permalink
Normal View
History
Upload files to 'flaskapp/app'
3 years ago
from
app
import
application
if
__name__
==
"
__main__
"
:
application
.
run
(
)