Skip to content

Commit

Permalink
Merge pull request #76 from Macktireh/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Macktireh authored Jan 22, 2024
2 parents 3da4fdc + 8547116 commit 67997ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def get_env_variable(
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"allauth.account.middleware.AccountMiddleware",
"middlewares.ajaxMiddleware.AjaxMiddleware",
]

Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
dj-database-url==2.0.0
Django==4.2.7
django-allauth==0.54.0
django-cloudinary-storage==0.3.0
django-debug-toolbar==4.1.0
django-import-export==3.2.0
django-rosetta==0.9.9
gunicorn
Pillow
psycopg2-binary
python-dotenv
six
tqdm
whitenoise
dj-database-url==2.1.0
Django==4.2.9
django-allauth==0.60.1
django-cloudinary-storage==0.3.0
django-debug-toolbar==4.2.0
django-import-export==3.3.6
django-rosetta==0.10.0
gunicorn==21.2.0
pillow==10.2.0
psycopg2-binary==2.9.9
python-dotenv==1.0.0
six==1.16.0
tqdm==4.66.1
whitenoise==6.6.0

0 comments on commit 67997ae

Please sign in to comment.