We'll deploy with docker because it's easier for

students to try, review, and give feedback.
Also, maybe it'll make actual development easier.
This commit is contained in:
Darryl Nixon 2023-05-23 12:07:25 -07:00
parent 25ca052ec1
commit 3cc1dfcd14
7 changed files with 67 additions and 12 deletions

2
.gitignore vendored
View file

@ -120,7 +120,7 @@ celerybeat.pid
*.sage.py
# Environments
.env
# .env
.venv
env/
venv/