Skip to main content

Snapshot of data changes in django models

Project description

# UNICEF Snapshot

Snapshot is a library that provides snapshot of data changes on django model.


## Installation

pip install unicef-snapshot


## Setup

Add ``unicef_snapshot`` to ``INSTALLED_APPS`` in ``settings.py``

INSTALLED_APPS = [
...
'unicef_snapshot',
]


## Usage

Use ``unicef-snapshot`` in serializers

from unicef_snapshot.serializers import SnapshotModelSerializer

class ExampleSerializer(SnapshotModelSerializer):
...


## Contributing

### Environment Setup

To install the necessary libraries

$ make install


### Coding Standards

See `PEP 8 Style Guide for Python Code <https://www.python.org/dev/peps/pep-0008/>`_ for complete details on the coding standards.

To run checks on the code to ensure code is in compliance

$ make lint


### Testing

Testing is important and tests are located in `tests/` directory and can be run with;

$ make test

Coverage report is viewable in `build/coverage` directory, and can be generated with;


### Project Links

- Continuos Integration - https://circleci.com/gh/unicef/unicef-snapshot/tree/develop
- Source Code - https://github.com/unicef/unicef-snapshot

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

unicef_snapshot-0.1.0.tar.gz (13.7 kB view details)

Uploaded Source

File details

Details for the file unicef_snapshot-0.1.0.tar.gz.

File metadata

File hashes

Hashes for unicef_snapshot-0.1.0.tar.gz
Algorithm Hash digest
SHA256 aca5f4628614ca9c532336ae386317ccae735301b431f286f0b8a92ae6122ce2
MD5 1603496bdb58fddee28e373e08a02bbf
BLAKE2b-256 37c4e3c7b58dbc1a94d5af03a21f82284adfefd0e315a8c1ba830f7bbb53f6ad

See more details on using hashes here.

Provenance

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