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
|
click-repl==0.2.0
|
||||||
Deprecated==1.2.13
|
Deprecated==1.2.13
|
||||||
Django==4.0.4
|
Django==4.0.4
|
||||||
|
django-dynamic-preferences==1.12.0
|
||||||
django-phonenumber-field==6.1.0
|
django-phonenumber-field==6.1.0
|
||||||
icalendar==4.0.9
|
icalendar==4.0.9
|
||||||
idna==3.3
|
idna==3.3
|
||||||
kombu==5.2.4
|
kombu==5.2.4
|
||||||
librabbitmq==2.0.0
|
librabbitmq==2.0.0
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
|
persisting-theory==0.2.1
|
||||||
phonenumbers==8.12.47
|
phonenumbers==8.12.47
|
||||||
prompt-toolkit==3.0.29
|
prompt-toolkit==3.0.29
|
||||||
psycopg2-binary==2.9.3
|
psycopg2-binary==2.9.3
|
||||||
|
|
|
@ -47,6 +47,7 @@ INSTALLED_APPS = [
|
||||||
"django.contrib.messages",
|
"django.contrib.messages",
|
||||||
"django.contrib.staticfiles",
|
"django.contrib.staticfiles",
|
||||||
"phonenumber_field",
|
"phonenumber_field",
|
||||||
|
"dynamic_preferences",
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|
Loading…
Reference in New Issue