settings.dev.py 396 B

12345678910
  1. DEBUG = True
  2. SECRET_KEY = "django-insecure-ycs22y+20sq67y(6dm6ynqw=dlhg!)%vuqpd@$p6rf3!#1h$u="
  3. ENABLE_PRINT_STATEMENTS = False
  4. GOOGLE_OAUTH_URI = "127.0.0.1:8000"
  5. SITE_ID = 2 # increment/decrement site ID as necessary
  6. # please fill these in with your own Google OAuth credentials for the app to run properly!
  7. GOOGLE_OAUTH_CLIENT_ID = NotImplemented
  8. GOOGLE_OAUTH_CLIENT_SECRET = NotImplemented