Duplicate projects and categories
Project description
geokey-duplicate
Duplicate project and categories
Download all observations Currently supported formats:
KML
GeoJSON
XLXS
Install
geokey-duplicate requires:
Python version 2.7
GeoKey version 1.6 or greater
Install the extension from PyPI:
pip install geokey-duplicate
Or from cloned repository:
cd geokey-duplicate
pip install -e .
Add the package to installed apps:
INSTALLED_APPS += (
...
'geokey_duplicate',
)
Migrate the models into the database:
python manage.py migrate geokey_duplicate
Copy static files:
python manage.py collectstatic
You’re now ready to go!
Test
Run tests:
python manage.py test geokey_duplicate
Check code coverage:
coverage run --source=geokey_duplicate manage.py test geokey_duplicate
coverage report -m --omit=*/tests/*,*/migrations/*
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
geokey-duplicate-0.0.5.tar.gz
(11.9 kB
view details)
File details
Details for the file geokey-duplicate-0.0.5.tar.gz
.
File metadata
- Download URL: geokey-duplicate-0.0.5.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.20.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e05e4749ddb71adffede078032d7ef5b12f6262d26d21aae668956c9653bc3b |
|
MD5 | a9a787b895d5b9aab16d969636c662db |
|
BLAKE2b-256 | 4ea0099ec21b0f72f50792b6960259a3aa6f60d5d2d67eef9d45204d2b6f575b |