No description
|
|
||
|---|---|---|
| whereweregoing | Make first commit | |
| .gitignore | Make first commit | |
| README.md | Make first commit | |
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