Skip to content

YinaZ/CrowdsourceAccessMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A crowdsourcing app for AccessMap Project

Run locally

For virtual environment (optional):
virtualenv env 
source env/bin/activate

Running (localhost:8000):
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

How to load interactions from csv file into database (one time):
python manage.py shell
from crowdsourcing.utils import get_intersection
get_intersection()

Reference

How to Use Django's Built-in Login System

Leaflet.Draw

django-leaflet/example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published