Django poll thing

This commit is contained in:
2020-03-14 10:52:39 -04:00
parent f09c3470c0
commit 8bfdafab61
16 changed files with 230 additions and 114 deletions

View File

@@ -5,3 +5,7 @@ verify_ssl = true
[packages]
Django = "<2.0"
psycopg2 = "<2.8"
[requires]
python_version = "3.7"