Skip to content

exolever/lib-exo-populator

Repository files navigation

lib-exo-populator

Requirements Status https://travis-ci.org/exolever/lib-exo-populator.svg?branch=master https://sonarcloud.io/api/project_badges/measure?project=exolever_lib-exo-populator&metric=alert_status https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat

Generic populate models in django from YAML files

Quickstart

Install exo_populator:

pip install lib-exo-populator

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'populate',
    ...
)

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: