Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exolever/lib-exo-populator
Populate django models from YAML
https://github.com/exolever/lib-exo-populator
Last synced: about 1 month ago
JSON representation
Populate django models from YAML
- Host: GitHub
- URL: https://github.com/exolever/lib-exo-populator
- Owner: exolever
- License: other
- Created: 2018-11-26T09:04:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T10:27:35.000Z (over 5 years ago)
- Last Synced: 2024-04-24T23:21:08.282Z (8 months ago)
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
lib-exo-populator
=============================.. image:: https://badge.fury.io/py/lib-exo-populator.svg
:target: https://badge.fury.io/py/lib-exo-populator.. image:: https://requires.io/github/exolever/lib-exo-populator/requirements.svg?branch=master
:target: https://requires.io/github/exolever/lib-exo-populator/requirements/?branch=master
:alt: Requirements Status.. image:: https://travis-ci.org/exolever/lib-exo-populator.svg?branch=master
:target: https://travis-ci.org/exolever/lib-exo-populator.. image:: https://codecov.io/gh/exolever/lib-exo-populator/branch/master/graph/badge.svg
:target: https://codecov.io/gh/exolever/lib-exo-populator.. image:: https://sonarcloud.io/api/project_badges/measure?project=exolever_lib-exo-populator&metric=alert_status
:target: https://sonarcloud.io/dashboard?id=exolever_lib-exo-populator
.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
:target: https://github.com/exolever/lib-exo-populator/issues
.. image:: https://img.shields.io/badge/License-MIT-green.svg
:target: https://opensource.org/licenses/MITGeneric populate models in django from YAML files
Quickstart
----------Install exo_populator::
pip install lib-exo-populator
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'populate',
...
)Running Tests
-------------Does the code actually work?
::
source /bin/activate
(myenv) $ pip install tox
(myenv) $ toxCredits
-------Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage