Django-odm2 maps the ODM2 model to django ORM
Project description
Django-odm2 maps the ODM2 model to django ORM
About ODM2
ODM2 is an information model for spatially discrete, feature-based earth observations that is integrative and extensible and aimed at data interoperability.
For more information see.
Attention
This app is designed only for storage of data modeled by the ODM2 specification. The code is based on ODM2DataSharingPortal and does not provide any views or admin integration. It is up to you to create your own implementations.
Quickstart
django-odm2 is available on PyPI and can be installed with pip.
$ pip install django-odm2
After installing django-odm2 add it to your INSTALLED_APPS list:
INSTALLED_APPS = [
...
'django_odm2'
]
Then run migrate command to create the database tables:
$ python manage.py migrate
The API Reference provides API-level documentation.
Change Log
Version History
- 0.0.2
Fixed typo in initial migration
- 0.0.1
Project created.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file django_odm2-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: django_odm2-0.0.2-py3-none-any.whl
- Upload date:
- Size: 34.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f1a8c2ba1b6aac21aa423d628740963e567d7d1fd3975681279fcb70fda5bbc |
|
MD5 | 64fcaf7bf429ad45004e93375bd74ad7 |
|
BLAKE2b-256 | 8d66f1ff73d3808eae195dc1399628a1eb863d11459b625226222a6188397356 |