diff --git a/.gitignore b/.gitignore index 72421b3..6a2c95d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ __pycache__/ *.py[cod] *.sqlite3 *.pyc -__pycache__ \ No newline at end of file +__pycache__ +/staticfiles/ +/media/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index fd1a698..dac35c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ django-allauth==0.43.0 django-countries==6.1.3 django-crispy-forms==1.9.2 django-storages==1.10.1 -gunicorn==20.0.4 +gunicorn==22.0.0 jmespath==0.10.0 oauthlib==3.1.0 Pillow==9.0.1