I2P Address: [
http://git.idk.i2p
]
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
I2P Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
I2P Developers
I2P Website
c4761fbeaa02266ad8a38be5acac398fb8c2ed88
i2p.www
runserver.py
Find file
Normal view
Permalink
runserver.py
62 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
Added #! line to runserver so it can be called directly
str4d
committed
12 years ago
1
#!env/bin/python
Moved "new website" into a package in www.i2p2 dir
str4d
committed
12 years ago
2
from
i2p2www
import
app
Reverted change to runserver.py
str4d
committed
12 years ago
3
app
.
run
(
debug
=
False
)