update config

This commit is contained in:
bakatrouble 2024-09-25 18:49:08 +03:00
parent 8320933422
commit fe49a5dc2b
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ imagehash = "*"
tqdm = "*" tqdm = "*"
tiktokapi = "*" tiktokapi = "*"
ffmpeg-python = "*" ffmpeg-python = "*"
crispy-bootstrap4 = "*"
[dev-packages] [dev-packages]

View File

@ -21,6 +21,7 @@ INSTALLED_APPS = [
'django_extensions', 'django_extensions',
'bootstrap4', 'bootstrap4',
'crispy_forms', 'crispy_forms',
'crispy_bootstrap4',
'djconfig', 'djconfig',
'jsoneditor', 'jsoneditor',