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