1
0
Fork
You've already forked WhereWereGoing
0
No description
  • Python 100%
2026年06月04日 16:23:43 -04:00
whereweregoing Make first commit 2026年06月04日 16:23:43 -04:00
.gitignore Make first commit 2026年06月04日 16:23:43 -04:00
README.md Make first commit 2026年06月04日 16:23:43 -04:00

Installation Notes

$ sudo apt install sqlite3 libsqlite3-mod-spatialite spatialite-bin
$ python -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install django pysqlite3-binary
(.venv) $ django-admin startproject whereweregoing 
(.venv) $ cd whereweregoing 
(.venv) $ python manage.py startapp gradmap