From 9884007cb4668699dd56e443660442b2b819b207 Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Fri, 23 Sep 2016 14:41:34 +0530 Subject: Changes of links to 2016 --- scipy2016/__init__.pyc | Bin 157 -> 0 bytes scipy2016/settings.py | 6 ++ scipy2016/settings.pyc | Bin 4453 -> 0 bytes scipy2016/urls.pyc | Bin 1642 -> 0 bytes scipy2016/wsgi.py | 20 +---- scipy2016/wsgi.pyc | Bin 953 -> 0 bytes uploads/usha/attachment/ushapdf.pdf | Bin 128034 -> 0 bytes website/__init__.pyc | Bin 155 -> 0 bytes website/admin.pyc | Bin 354 -> 0 bytes website/forms.pyc | Bin 8271 -> 0 bytes website/models.pyc | Bin 2042 -> 0 bytes website/static/css/main.css | 1 + website/templates/abstract-details.html | 2 +- website/templates/base.html | 146 +++++++++----------------------- website/templates/comment-abstract.html | 4 +- website/templates/submit-cfp.html | 2 +- website/templates/submit-cfw.html | 2 +- website/templates/view-abstracts.html | 2 +- website/urls.pyc | Bin 1623 -> 0 bytes website/views.pyc | Bin 13316 -> 0 bytes 20 files changed, 53 insertions(+), 132 deletions(-) delete mode 100644 scipy2016/__init__.pyc delete mode 100644 scipy2016/settings.pyc delete mode 100644 scipy2016/urls.pyc delete mode 100644 scipy2016/wsgi.pyc delete mode 100644 uploads/usha/attachment/ushapdf.pdf delete mode 100644 website/__init__.pyc delete mode 100644 website/admin.pyc delete mode 100644 website/forms.pyc delete mode 100644 website/models.pyc delete mode 100644 website/urls.pyc delete mode 100644 website/views.pyc diff --git a/scipy2016/__init__.pyc b/scipy2016/__init__.pyc deleted file mode 100644 index 646985b..0000000 Binary files a/scipy2016/__init__.pyc and /dev/null differ diff --git a/scipy2016/settings.py b/scipy2016/settings.py index cc52cfa..9d4155b 100755 --- a/scipy2016/settings.py +++ b/scipy2016/settings.py @@ -40,6 +40,9 @@ INSTALLED_APPS = ( 'website', 'social.apps.django_app.default', 'widget_tweaks', + 'crispy_forms', + 'floppyforms', + 'captcha', ) MIDDLEWARE_CLASSES = ( @@ -118,6 +121,9 @@ LOCAL_SOCIAL_AUTH_GITHUB_SECRET = 'cd1b070917d0a5c8cd27ef997fd353a4' # Internationalization # https://docs.djangoproject.com/en/1.6/topics/i18n/ +RECAPTCHA_PUBLIC_KEY = '76wtgdfsjhsydt7r5FFGFhgsdfytd656sad75fgh' +RECAPTCHA_PRIVATE_KEY = '6LcVu9ESAAAAAGxz7aEIACWRa3CVnXN3mFd-cajP' + LANGUAGE_CODE = 'en-us' TIME_ZONE = 'UTC' diff --git a/scipy2016/settings.pyc b/scipy2016/settings.pyc deleted file mode 100644 index 9a7acb8..0000000 Binary files a/scipy2016/settings.pyc and /dev/null differ diff --git a/scipy2016/urls.pyc b/scipy2016/urls.pyc deleted file mode 100644 index 6daec6d..0000000 Binary files a/scipy2016/urls.pyc and /dev/null differ diff --git a/scipy2016/wsgi.py b/scipy2016/wsgi.py index e8c8013..8a257db 100755 --- a/scipy2016/wsgi.py +++ b/scipy2016/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for online_test project. +WSGI config for scipy2016 project. It exposes the WSGI callable as a module-level variable named ``application``. @@ -8,25 +8,7 @@ https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/ """ import os -import sys - - -sys.path.insert(0, '/Site/scipy_in_2016/scipy/scipy2016') -sys.path.insert(1, '/Site/scipy_in_2016/scipy') -sys.path.insert(2, '/Site/scipy_in_2016/scipy_env/lib/python2.7/site-packages') -# We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks -# if running multiple sites in the same mod_wsgi process. To fix this, use -# mod_wsgi daemon mode with each site in its own daemon process, or use - os.environ.setdefault("DJANGO_SETTINGS_MODULE", "scipy2016.settings") -activate_this = '/Site/scipy_in_2016/scipy_env/bin/activate_this.py' -# This application object is used by any WSGI server configured to use this -# file. This includes Django's development server, if the WSGI_APPLICATION -# setting points here. from django.core.wsgi import get_wsgi_application application = get_wsgi_application() - -# Apply WSGI middleware here. -# from helloworld.wsgi import HelloWorldApplication -# application = HelloWorldApplication(application) diff --git a/scipy2016/wsgi.pyc b/scipy2016/wsgi.pyc deleted file mode 100644 index 798bf1f..0000000 Binary files a/scipy2016/wsgi.pyc and /dev/null differ diff --git a/uploads/usha/attachment/ushapdf.pdf b/uploads/usha/attachment/ushapdf.pdf deleted file mode 100644 index 78260eb..0000000 Binary files a/uploads/usha/attachment/ushapdf.pdf and /dev/null differ diff --git a/website/__init__.pyc b/website/__init__.pyc deleted file mode 100644 index 647354d..0000000 Binary files a/website/__init__.pyc and /dev/null differ diff --git a/website/admin.pyc b/website/admin.pyc deleted file mode 100644 index 3a3c1a0..0000000 Binary files a/website/admin.pyc and /dev/null differ diff --git a/website/forms.pyc b/website/forms.pyc deleted file mode 100644 index 7596b4f..0000000 Binary files a/website/forms.pyc and /dev/null differ diff --git a/website/models.pyc b/website/models.pyc deleted file mode 100644 index df394eb..0000000 Binary files a/website/models.pyc and /dev/null differ diff --git a/website/static/css/main.css b/website/static/css/main.css index 4fee9fc..f12f6c3 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -2748,6 +2748,7 @@ table td { padding: 0.75em 0.75em; + text-align: justify; } table th { diff --git a/website/templates/abstract-details.html b/website/templates/abstract-details.html index 9ee8331..d42dbbf 100755 --- a/website/templates/abstract-details.html +++ b/website/templates/abstract-details.html @@ -40,7 +40,7 @@
DECEMBER 10 & 11