Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_odm2-0.0.2-py3-none-any.whl (34.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page