add dynamic_preferences
This commit is contained in:
parent
5e039d6bf5
commit
e13d05a3df
|
@ -12,12 +12,14 @@ click-plugins==1.1.1
|
|||
click-repl==0.2.0
|
||||
Deprecated==1.2.13
|
||||
Django==4.0.4
|
||||
django-dynamic-preferences==1.12.0
|
||||
django-phonenumber-field==6.1.0
|
||||
icalendar==4.0.9
|
||||
idna==3.3
|
||||
kombu==5.2.4
|
||||
librabbitmq==2.0.0
|
||||
packaging==21.3
|
||||
persisting-theory==0.2.1
|
||||
phonenumbers==8.12.47
|
||||
prompt-toolkit==3.0.29
|
||||
psycopg2-binary==2.9.3
|
||||
|
|
|
@ -47,6 +47,7 @@ INSTALLED_APPS = [
|
|||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
"phonenumber_field",
|
||||
"dynamic_preferences",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Reference in New Issue