File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 121
121
# Database
122
122
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases
123
123
124
+ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
124
125
DATABASE = config ['Security' ]['DATABASE' ]
125
126
126
127
if DATABASE == "postgres" :
Original file line number Diff line number Diff line change 1
- asgiref == 3.3.2
2
1
amqp == 5.0.9
2
+ asgiref == 3.3.2
3
3
asn1crypto == 0.24.0
4
+ backports.zoneinfo == 0.2.1
4
5
bcrypt == 3.1.4
5
6
beautifulsoup4 == 4.9.3
6
7
billiard == 3.6.4.0
7
8
celery == 5.2.2
8
9
cffi == 1.14.5
10
+ click == 8.0.3
11
+ click-didyoumean == 0.3.0
12
+ click-plugins == 1.1.1
13
+ click-repl == 0.2.0
9
14
cryptography == 3.3.2
10
- Django == 3.2
15
+ Django == 3.2.13
11
16
django-bootstrap4 == 2.3.1
12
17
django-celery-results == 2.0.0
13
18
django-filter == 2.4.0
@@ -26,7 +31,9 @@ lxml==4.6.5
26
31
openpyxl == 2.5.3
27
32
paramiko == 2.10.1
28
33
pretty-dump == 3.0
34
+ prompt-toolkit == 3.0.24
29
35
psycopg == 3.0.11
36
+ psycopg2-binary == 2.9.1
30
37
pyasn1 == 0.4.3
31
38
pycparser == 2.18
32
39
pyexcel == 0.5.8
@@ -43,6 +50,7 @@ soupsieve==2.2.1
43
50
sqlparse == 0.4.2
44
51
texttable == 1.2.1
45
52
vine == 5.0.0
53
+ wcwidth == 0.2.5
46
54
xlrd == 1.1.0
47
55
xlwt == 1.3.0
48
56
zipp == 3.4.1
You can’t perform that action at this time.
0 commit comments