Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. import os
  2.  
  3. os.environ.setdefault("DJANGO_SETTINGS_MODULE", "visitapp.settings")
  4.  
  5. # This application object is used by any WSGI server configured to use this
  6. # file. This includes Django's development server, if the WSGI_APPLICATION
  7. # setting points here.
  8. from django.core.wsgi import get_wsgi_application
  9. application = get_wsgi_application()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement