A django package providing models and views for Geoname Places
Project description
A django package providing models and views for Geoname Places
Documentation
The full documentation is at https://acdh-django-geonames.readthedocs.io.
Quickstart
Install GeoName Places:
pip install acdh-django-geonames
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'gn_places.apps.GnPlacesConfig',
...
)
Add GeoName Places’s URL patterns:
from gn_places import urls as gn_places_urls
urlpatterns = [
...
url(r'^', include(gn_places_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.1.0 (2021-01-11)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file acdh-django-geonames-0.1.8.tar.gz
.
File metadata
- Download URL: acdh-django-geonames-0.1.8.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 779cc27b50093ed496181a848e79ba22967b12d26e04367f99b7b3e5ab6f86ef |
|
MD5 | 683d2e0894dd239ce5e89dcf3dc7bfa1 |
|
BLAKE2b-256 | 53c573b65b14ae47c630e3866016f783df361b141f38c0362550254eece8af59 |
File details
Details for the file acdh_django_geonames-0.1.8-py2.py3-none-any.whl
.
File metadata
- Download URL: acdh_django_geonames-0.1.8-py2.py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b8a1dbc72b8383c98951549a6ddc3633621a2806500b9ea72c47e8f01f35cf6 |
|
MD5 | c971291240dfd3033889abd2b542209d |
|
BLAKE2b-256 | 31e04bf0c8bb39d3aed1e0fc6cd1ecec57dd15aa60d88888b438e9af409f44fe |