Added django-unfold for admin panel theme

This commit is contained in:
Keannu Christian Bernasol 2023-11-30 23:40:29 +08:00
parent d50ca983da
commit 0529152375
3 changed files with 161 additions and 150 deletions

View file

@ -55,6 +55,8 @@ else:
# Application definition
INSTALLED_APPS = [
'unfold',
'unfold.contrib.simple_history',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',