From 5184e8aa09b760d7febf7830ee9003b248b1e91f Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Sat, 2 May 2020 21:50:13 -0700 Subject: [PATCH] feat: toward #17 and #21, survey models, etc --- maps/templates/maps/search.html | 9 +- requirements.txt | 18 +++ surveys/forms.py | 2 +- surveys/migrations/0001_initial.py | 119 ++++++++++++++++++ surveys/models.py | 101 ++++++++++++++- .../ecosystem_2020/social_networks.html | 2 +- surveys/views.py | 1 - 7 files changed, 246 insertions(+), 6 deletions(-) create mode 100644 surveys/migrations/0001_initial.py diff --git a/maps/templates/maps/search.html b/maps/templates/maps/search.html index 8ba42c4..4ef3af9 100644 --- a/maps/templates/maps/search.html +++ b/maps/templates/maps/search.html @@ -1,10 +1,17 @@ +{% load static %}