File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 8
8
# See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/
9
9
10
10
# SECURITY WARNING: keep the secret key used in production secret!
11
- # SECRET_KEY = os.environ.get('QUIZ_PORTAL_SECRET_KEY')
12
- SECRET_KEY = os .environ .get ('SECRET_KEY' )
11
+ SECRET_KEY = os .environ .get ('QUIZ_PORTAL_SECRET_KEY' )
13
12
14
13
# SECURITY WARNING: don't run with debug turned on in production!
15
14
DEBUG = True
Original file line number Diff line number Diff line change 1
1
asgiref == 3.2.10
2
+ astroid == 2.4.2
2
3
certifi == 2020.6.20
3
4
chardet == 3.0.4
4
5
defusedxml == 0.6.0
5
6
diff-match-patch == 20200713
6
- Django == 3.0 .8
7
+ Django == 2.2 .8
7
8
django-admin-honeypot == 1.1.0
8
9
django-blacklist == 0.4.1
9
10
django-ckeditor == 5.9.0
@@ -14,12 +15,18 @@ django-recaptcha2==1.4.1
14
15
et-xmlfile == 1.0.1
15
16
html5lib == 1.1
16
17
idna == 2.7
18
+ isort == 4.3.21
17
19
jdcal == 1.4.1
20
+ lazy-object-proxy == 1.4.3
18
21
MarkupPy == 1.14
22
+ mccabe == 0.6.1
19
23
odfpy == 1.4.1
20
24
openpyxl == 3.0.4
21
25
Pillow == 7.2.0
22
26
psycopg2-binary == 2.8.5
27
+ pylint == 2.5.3
28
+ pylint-django == 2.2.0
29
+ pylint-plugin-utils == 0.6
23
30
PyPDF2 == 1.26.0
24
31
python-decouple == 3.1
25
32
pytz == 2018.4
@@ -29,9 +36,12 @@ requests==2.19.1
29
36
six == 1.15.0
30
37
sqlparse == 0.3.1
31
38
tablib == 2.0.0
39
+ toml == 0.10.1
40
+ typed-ast == 1.4.1
32
41
unicodecsv == 0.14.1
33
42
urllib3 == 1.23
34
43
webencodings == 0.5.1
44
+ wrapt == 1.12.1
35
45
xhtml2pdf == 0.2.4
36
46
xlrd == 1.2.0
37
47
xlwt == 1.3.0
You can’t perform that action at this time.
0 commit comments