Project

General

Profile

Download (311 Bytes) Statistics
| Branch: | Tag: | Revision:
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()