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.
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
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 Distribution
eea.flis.metadata-0.2.tar.gz
(3.2 kB
view details)
File details
Details for the file eea.flis.metadata-0.2.tar.gz
.
File metadata
- Download URL: eea.flis.metadata-0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec879d5ccbed47666af315bf7979d2c6c010519836d063842b9e6957934b6a4 |
|
MD5 | 51d88e479aca5b6b297e23ddcacb3492 |
|
BLAKE2b-256 | 7675c0fa65d1ba2bc0a9d0f8a8899efd29b57f04c71d25503871baa7e0d816b0 |