summaryrefslogtreecommitdiff
path: root/workshop_portal
diff options
context:
space:
mode:
authorAkshen2017-05-31 15:41:11 +0530
committerAkshen2017-05-31 15:41:11 +0530
commit6237cbbfcb692a7003242f6e286be5cff3836194 (patch)
tree8c0fa6292816db54f4cfe3ea0a7c3ced8aad1af2 /workshop_portal
parentd620143f02cf007a90a08757d066bb853597d841 (diff)
downloadworkshop_booking-6237cbbfcb692a7003242f6e286be5cff3836194.tar.gz
workshop_booking-6237cbbfcb692a7003242f6e286be5cff3836194.tar.bz2
workshop_booking-6237cbbfcb692a7003242f6e286be5cff3836194.zip
Changes Tests Variables
- varible naming changed - testing recurrances
Diffstat (limited to 'workshop_portal')
-rw-r--r--workshop_portal/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/workshop_portal/settings.py b/workshop_portal/settings.py
index 66ba5f1..91f4b6a 100644
--- a/workshop_portal/settings.py
+++ b/workshop_portal/settings.py
@@ -10,7 +10,8 @@ For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.10/ref/settings/
"""
-import os, sys
+import os
+import sys
from local_settings import (
EMAIL_HOST,
EMAIL_PORT,