Skip to content

Commit 59e95d8

Browse files
Remove admin app
1 parent eb2afef commit 59e95d8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==19.10b0
2-
coverage==5.2.1
3-
django==3.1
4-
django-jinja==2.6.0
5-
flake8==3.8.3
2+
coverage==5.3
3+
django==3.1.2
4+
django-jinja==2.7.0
5+
flake8==3.8.4

testing/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
TEMPLATE_DEBUG = DEBUG = False
88

99
INSTALLED_APPS = (
10-
'django.contrib.admin',
1110
'django.contrib.auth',
1211
'django.contrib.contenttypes',
1312
'django.contrib.sessions',

0 commit comments

Comments
 (0)