Skip to content

Instantly share code, notes, and snippets.

View brygator's full-sized avatar

Bryan Cooke brygator

  • University of Florida
  • Gainesville, FL
View GitHub Profile
@nspo
nspo / settings.py of site1
Created March 30, 2018 20:25
Running multiple Django projects on one Apache instance with mod_wsgi
STATIC_URL = '/site1/static/'
# adjust name of session id
SESSION_COOKIE_NAME = "site1"