Skip to content

Commit

Permalink
Bump Django to version 4.0.3 with Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-laurens committed Mar 22, 2022
1 parent d702551 commit d94d8ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Docker/nab/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Direct dependencies
wheel
Django==3.2.12
#Django==4.0.3; python_version == '3.9'
Django==3.2.12; python_version == '3.7'
Django==4.0.3; python_version == '3.9'
gunicorn==20.1.0
lockfile==0.12.2
Mastodon.py==1.5.1
Expand Down
2 changes: 1 addition & 1 deletion nabweb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import os

from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Direct dependencies
wheel
Django==3.2.12
#Django==4.0.3; python_version == '3.9'
Django==3.2.12; python_version == '3.7'
Django==4.0.3; python_version == '3.9'
gunicorn==20.1.0
lockfile==0.12.2
Mastodon.py==1.5.1
Expand Down

0 comments on commit d94d8ae

Please sign in to comment.