django-location-field
Location field and widget for Django. It supports Google Maps, OpenStreetMap and Mapbox
File Explorer
Download Latest Version (.zip)- ci.yaml
- tutorial1.png
- tutorial2.png
- changelog.rst
- conf.py
- formfields.rst
- index.rst
- install.rst
- providers.rst
- releasing.rst
- settings.rst
- tutorials.rst
- Makefile
- __init__.py
- plain.py
- spatial.py
- __init__.py
- base.py
- plain.py
- spatial.py
- index.dev.js
- index.esm.js
- index.esm.js.map
- index.min.js
- index.umd.js
- index.umd.js.map
- form.js
- layers-2x.png
- layers.png
- marker-icon-2x.png
- marker-icon.png
- marker-shadow.png
- leaflet-src.esm.js
- leaflet-src.esm.js.map
- leaflet-src.js
- leaflet-src.js.map
- leaflet.css
- leaflet.js
- leaflet.js.map
- bundle.min.js
- geosearch.css
- geosearch.js
- geosearch.js.map
- geosearch.module.js
- geosearch.module.js.map
- geosearch.umd.js
- geosearch.umd.js.map
- Leaflet.GoogleMutant.js
- map_widget.html
- __init__.py
- apps.py
- settings.py
- urls.py
- views.py
- widgets.py
- build-package.sh
- copy-js-files-from-node-modules.sh
- __init__.py
- forms.py
- models.py
- spatial_test.py
- test.py
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yaml
- AUTHORS
- conftest.py
- django-location-field.png
- LICENSE
- MANIFEST.in
- package-lock.json
- package.json
- pytest.ini
- README.md
- runtests.py
- screenshot.png
- setup.cfg
- setup.py
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/caioariede/django-location-field
Downloads the entire project code from GitHub to your computer.
cd django-location-field
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
`pip install django-location-field`
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
