This website requires JavaScript.
Explore
Help
Sign In
I2P_Developers
/
i2p.www
Watch
3
Star
0
Fork
5
You've already forked i2p.www
Code
Issues
27
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6a1c1e2c8dce1036f45525083359452f5e73a106
i2p.www
/
runserver.py
4 lines
62 B
Python
Raw
Normal View
History
Unescape
Escape
Added #! line to runserver so it can be called directly
2012-12-03 10:07:38 +00:00
#!env/bin/python
Moved "new website" into a package in www.i2p2 dir
2012-09-10 12:34:33 +00:00
from
i2p2www
import
app
Turn off debug mode again
2012-09-13 03:45:24 +00:00
app
.
run
(
debug
=
False
)
Reference in New Issue
Copy Permalink