diff --git a/Dockerfile b/Dockerfile index 239c1d6..032c309 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,4 @@ RUN ln -s /code/.bashrc /root/.bashrc ENTRYPOINT ["/code/entrypoint.sh"] EXPOSE 80 -CMD ["./manage.py", "shell_plus", "--ipython"] +CMD ["./manage.py", "shell"] diff --git a/requirements.txt b/requirements.txt index 1b81436..183bb69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,30 +1,28 @@ -channels[daphne]~=4.1.0 -channels-redis~=4.2.0 +channels[daphne]~=4.2.2 +channels-redis~=4.2.1 citric~=1.4.0 -crispy-bootstrap5~=2024.10 -Django>=5.1.2,<6.0 -django-crispy-forms~=2.3 -django-extensions~=3.2.3 -django-filter~=24.3 +crispy-bootstrap5~=2025.4 +Django>=5.2,<6.0 +django-crispy-forms~=2.4 +django-filter~=25.1 django-haystack~=3.3.0 django-mailer~=2.3.2 -django-phonenumber-field~=8.0.0 -django-pipeline~=3.1.0 +django-phonenumber-field~=8.1.0 +django-pipeline~=4.0.0 django-polymorphic~=3.1.0 -django-tables2~=2.7.0 -djangorestframework~=3.15.2 +django-tables2~=2.7.5 +djangorestframework~=3.16.0 django-rest-polymorphic~=0.1.10 elasticsearch~=7.17.9 -gspread~=6.1.4 +gspread~=6.2.0 gunicorn~=23.0.0 odfpy~=1.4.1 pandas~=2.2.3 -phonenumbers~=8.13.47 -psycopg~=3.2.3 -pypdf~=5.0.1 -ipython~=8.28.0 +phonenumbers~=9.0.3 +psycopg~=3.2.6 +pypdf~=5.4.0 python-magic~=0.4.27 requests~=2.32.3 sympasoap~=1.1 -uvicorn~=0.32.0 -websockets~=13.1 \ No newline at end of file +uvicorn~=0.34.2 +websockets~=15.0.1 \ No newline at end of file diff --git a/tfjm/settings.py b/tfjm/settings.py index e06e707..2b42b97 100644 --- a/tfjm/settings.py +++ b/tfjm/settings.py @@ -79,7 +79,6 @@ INSTALLED_APPS = [ if "test" not in sys.argv: # pragma: no cover INSTALLED_APPS += [ - 'django_extensions', 'mailer', ]