| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Note
This project does not require any GIS library or specific database. Map data are stored in simple JSON fields.
Install Django dependencies:
pip install -r requirements.txtInitialize database tables:
python manage.py migrateCreate a super-user for the admin:
python manage.py createsuperuserpython manage.py runserverThe map visible on http://127.0.0.1:8000/ can be edited from the AdminSite at /admin.
| Back | FazBrowse Home | New Git URL |