This website requires JavaScript.
Explore
Help
Sign In
swarga
/
latin
Watch
1
Star
0
Fork
0
You've already forked latin
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ddf9438976
latin
/
app
/
__init__.py
6 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
Text with input fields veryfing its correctness
2020-11-22 17:11:23 +01:00
from
flask
import
Flask
app
=
Flask
(
__name__
)
Probably fixed problem with finding the root of flask up (gotta change gunicorn settings)
2020-12-23 23:51:30 +01:00
print
(
app
.
template_folder
)
Text with input fields veryfing its correctness
2020-11-22 17:11:23 +01:00
from
app
import
routes
Reference in New Issue
Copy Permalink