An open API service indexing awesome lists of open source software.

https://github.com/pawamoy/django-cs-models

A Django app that helps you creating models within a Complex System
https://github.com/pawamoy/django-cs-models

complex-systems django dynamic models

Last synced: 4 months ago
JSON representation

A Django app that helps you creating models within a Complex System

Awesome Lists containing this project

README

          

============================
Django Complex System Models
============================

.. start-badges

|travis|
|codacygrade|
|codacycoverage|
|version|
|wheel|
|pyup|
|gitter|

.. |travis| image:: https://travis-ci.org/Genida/django-cs-models.svg?branch=master
:target: https://travis-ci.org/Genida/django-cs-models/
:alt: Travis-CI Build Status

.. |codacygrade| image:: https://api.codacy.com/project/badge/Grade/a2a78bf43f1c439982f955a00e0e46de
:target: https://www.codacy.com/app/Genida/django-cs-models/dashboard
:alt: Codacy Code Quality Status

.. |codacycoverage| image:: https://api.codacy.com/project/badge/Coverage/a2a78bf43f1c439982f955a00e0e46de
:target: https://www.codacy.com/app/Genida/django-cs-models/dashboard
:alt: Codacy Code Coverage

.. |pyup| image:: https://pyup.io/repos/github/Genida/django-cs-models/shield.svg
:target: https://pyup.io/repos/github/Genida/django-cs-models/
:alt: Updates

.. |version| image:: https://img.shields.io/pypi/v/django-cs-models.svg?style=flat
:target: https://pypi.org/project/django-cs-models/
:alt: PyPI Package latest release

.. |wheel| image:: https://img.shields.io/pypi/wheel/django-cs-models.svg?style=flat
:target: https://pypi.org/project/django-cs-models/
:alt: PyPI Wheel

.. |gitter| image:: https://badges.gitter.im/Genida/django-cs-models.svg
:target: https://gitter.im/Genida/django-cs-models
:alt: Join the chat at https://gitter.im/Genida/django-cs-models

.. end-badges

A Django app that helps you creating models within a Complex System.

License
=======

Software licensed under `ISC`_ license.

.. _ISC: https://www.isc.org/downloads/software-support-policy/isc-license/

Installation
============

::

pip install django-cs-models

Documentation
=============

`On ReadTheDocs`_

.. _`On ReadTheDocs`: http://django-cs-models.readthedocs.io/

Development
===========

To run all the tests: ``tox``