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..fcfb61c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.3.0 boto3==1.16.18 botocore==1.19.18 dj-database-url==0.5.0 -Django==3.1.14 +Django==4.2.18 django-allauth==0.43.0 django-countries==6.1.3 django-crispy-forms==1.9.2