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.6.tar.gz
(12.0 kB
view details)
File details
Details for the file geokey-duplicate-0.0.6.tar.gz
.
File metadata
- Download URL: geokey-duplicate-0.0.6.tar.gz
- Upload date:
- Size: 12.0 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 | f4dea1109909a27d4d3fdbbb9621a517d1de169475e5061f8e287e21a4317892 |
|
MD5 | ad45b38454721523b21489feb683b95a |
|
BLAKE2b-256 | 3433b8b8589dced22db40dc3dbd0669c5431be452ad33d5be586c89ffe59af2e |