Skip to content
This repository was archived by the owner on May 16, 2021. It is now read-only.

Commit 41bc923

Browse files
committed
Remove unused apps and logging
1 parent 508368e commit 41bc923

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mysite/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
'django.contrib.staticfiles',
4242
'myapp',
4343
'adminsortable2',
44-
'discord_integration',
4544
'solo',
4645
]
4746

@@ -127,6 +126,7 @@
127126
'myapp': {'handlers': ['discord'], 'propgate': True, 'level': 'DEBUG',},
128127
},
129128
}
129+
LOGGING = {}
130130

131131
# Internationalization
132132
# https://docs.djangoproject.com/en/2.1/topics/i18n/

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Django==3.0.7
1212
django-admin-interface==0.12.2
1313
django-admin-sortable2==0.7.6
1414
django-colorfield==0.3.0
15-
django-discord-integration==1.0.4
1615
django-flat-responsive==2.0
1716
django-flat-theme==1.1.4
1817
django-solo==1.1.3

0 commit comments

Comments
 (0)