This website works better with JavaScript.
Home
Explore
Help
Sign In
DimitarAdmin
/
Backend-Template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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.
3
Commits
1
Branch
30 KiB
Python
100%
Tree:
df90bbb556
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'df90bbb556'
${ noResults }
Backend-Template
/
passenger_wsgi.py
5 lines
105 B
Raw
Blame
History
# FOR PRODUCTION USE
from app import app as application
if __name__ == "__main__":
application.run()