Skip to main content

EEA Metadata models replication support

Project description

====================
Flis Metadata Client
====================

Client for Flis application that require common metadata

Quick start
-----------

1. Add "flis_metadata.common" and "flis_metadata.client"
to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'flis_metadata.common',
'flis_metadata.client',
)

2. Add METADATA_REMOTE_HOST into your settings file::

METADATA_REMOTE_HOST = 'http://localhost:8000'

3. Run `python manage.py syncdb` to create the metadata models.

4. Run `python manage.py migrate` to migrate the common app.
Note:
If you are using django below 1.7.0 run `pip install south` and add it to
INSTALLED_APPS.

5. Run `python manage.py sync_remote_models` to sync the metadata models with
the remote ones.

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

eea.flis.metadata-0.5.0.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file eea.flis.metadata-0.5.0.tar.gz.

File metadata

File hashes

Hashes for eea.flis.metadata-0.5.0.tar.gz
Algorithm Hash digest
SHA256 ef7d18a0aeae0ee0a6e5508076732721d6ac6719a28851d82b491a6596aba895
MD5 942590aeb5b8a5965da7919d997d86bf
BLAKE2b-256 83a35a69eab02d80b5c17017c8462c9cfbd2a36b03bfd897ae234e3a40a05529

See more details on using hashes here.

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