From 47d34d8c99817aa5c45cb13658aae33afe1fa803 Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Thu, 29 Sep 2016 11:04:10 +0530 Subject: Code of Conduct --- scipy2016/settings.py | 8 +-- scipy2016/urls.py | 1 + website/static/img/3.png | Bin 866048 -> 1374836 bytes website/static/img/31.png | Bin 0 -> 866048 bytes website/templates/base.html | 15 +++--- website/templates/cfp.html | 8 +-- website/templates/edit-proposal.html | 71 ++++++++++++++++++++++++++ website/templates/submit-cfp.html | 3 +- website/templates/view-abstracts.html | 21 ++++++-- website/urls.py | 3 +- website/views.py | 91 +++++++++++++++++++++++++++++++++- 11 files changed, 196 insertions(+), 25 deletions(-) mode change 100755 => 100644 website/static/img/3.png create mode 100755 website/static/img/31.png create mode 100644 website/templates/edit-proposal.html diff --git a/scipy2016/settings.py b/scipy2016/settings.py index 7b43ace..721d775 100755 --- a/scipy2016/settings.py +++ b/scipy2016/settings.py @@ -108,13 +108,13 @@ DATABASES = { } } -LOCAL_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = GOOGLE_KEY -LOCAL_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = GOOGLE_SECRET +SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = GOOGLE_KEY +SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = GOOGLE_SECRET # API key AIzaSyDxRqGfJNJJIFw6traKTG5nC1mY8TNODu4 -LOCAL_SOCIAL_AUTH_FB_KEY = FACEBOOK_KEY -LOCAL_SOCIAL_AUTH_FB_SECRET = FACEBOOK_SECRET +SOCIAL_AUTH_FB_KEY = FACEBOOK_KEY +SOCIAL_AUTH_FB_SECRET = FACEBOOK_SECRET LOCAL_SOCIAL_AUTH_GITHUB_KEY = GITHUB_KEY diff --git a/scipy2016/urls.py b/scipy2016/urls.py index 86f5cf2..e1259cf 100755 --- a/scipy2016/urls.py +++ b/scipy2016/urls.py @@ -10,6 +10,7 @@ urlpatterns = patterns('', url(r'^admin/', include(admin.site.urls)), url(r'^', include('website.urls', namespace='website')), + url(r'^2016/', include('website.urls', namespace='website')), url(r'^', include('social.apps.django_app.urls', namespace='social')), url(r'^', include('django.contrib.auth.urls', namespace='auth')), diff --git a/website/static/img/3.png b/website/static/img/3.png old mode 100755 new mode 100644 index ea9be22..ac670e6 Binary files a/website/static/img/3.png and b/website/static/img/3.png differ diff --git a/website/static/img/31.png b/website/static/img/31.png new file mode 100755 index 0000000..ea9be22 Binary files /dev/null and b/website/static/img/31.png differ diff --git a/website/templates/base.html b/website/templates/base.html index a6b0988..4d1abfc 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -24,8 +24,8 @@
DECEMBER 10 & 11