This website requires JavaScript.
Explore
Help
Sign in
oss
/
Radicale
Watch
1
Star
0
Fork
You've already forked Radicale
0
mirror of
https://github.com/Kozea/Radicale.git
synced
2025-06-26 16:45:52 +00:00
Code
Wiki
Activity
358ae55540
Radicale
/
radicale.wsgi
7 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
add .wsgi file (mod_wsgi and uWSGI compliant)
2011-06-07 17:33:59 +02:00
"""
Minor typo fix
2011-06-08 08:02:19 +02:00
Radicale WSGI file (mod_wsgi and uWSGI compliant).
add .wsgi file (mod_wsgi and uWSGI compliant)
2011-06-07 17:33:59 +02:00
"""
Move WSGI initialization into module
2018-04-20 22:53:42 +02:00
from radicale import application
Copy permalink