1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00

Venv Setup

This commit is contained in:
Sean Morley 2024-09-16 13:24:35 -04:00
parent 1ced1b8b1d
commit f12f9c06e5
3 changed files with 7 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# Ignore everything in the .venv folder
.venv/

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}

View file

@ -11,4 +11,5 @@ psycopg2-binary
Pillow
whitenoise
django-resized
django-geojson
django-geojson
setuptools