mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Clean the WSGI and FastCGI files, include them in the source tarball (closes #569)
This commit is contained in:
parent
6e454afe1b
commit
fc6ef16253
3 changed files with 5 additions and 4 deletions
|
@ -23,4 +23,7 @@ Radicale WSGI file (mod_wsgi and uWSGI compliant).
|
|||
"""
|
||||
|
||||
import radicale
|
||||
|
||||
|
||||
radicale.log.start()
|
||||
application = radicale.Application()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue