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
- Host: GitHub
- URL: https://github.com/pawamoy/django-cs-models
- Owner: pawamoy
- License: isc
- Created: 2015-04-09T11:40:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T20:12:15.000Z (over 2 years ago)
- Last Synced: 2025-04-05T02:51:15.364Z (11 months ago)
- Topics: complex-systems, django, dynamic, models
- Language: Python
- Size: 112 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
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``