Changes on server
- bugfixes in gcal callback - requirements txt
This commit is contained in:
@@ -15,6 +15,13 @@ framework.
|
||||
"""
|
||||
import os
|
||||
|
||||
import site
|
||||
import sys
|
||||
site.addsitedir('/srv/test/env/lib/python2.7/site-packages')
|
||||
sys.path.append('/srv/test')
|
||||
|
||||
|
||||
|
||||
# We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks
|
||||
# if running multiple sites in the same mod_wsgi process. To fix this, use
|
||||
# mod_wsgi daemon mode with each site in its own daemon process, or use
|
||||
|
||||
Reference in New Issue
Block a user