calebasse/calebasse.wsgi @ 9433e992
| 9b85825f | Jérôme Schneider | import os
|
|
import calebasse.settings
|
|||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", calebasse.settings)
|
|||
# This application object is used by the development server
|
|||
# as well as any WSGI server configured to use this file.
|
|||
from django.core.wsgi import get_wsgi_application
|
|||
application = get_wsgi_application()
|