https://github.com/kunitoki/django-custard
Django runtime generic customizable fields for any model
https://github.com/kunitoki/django-custard
Last synced: 4 months ago
JSON representation
Django runtime generic customizable fields for any model
- Host: GitHub
- URL: https://github.com/kunitoki/django-custard
- Owner: kunitoki
- License: mit
- Created: 2014-07-17T14:37:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T22:24:16.000Z (almost 11 years ago)
- Last Synced: 2025-01-12T04:15:18.672Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 639 KB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://raw.github.com/kunitoki/django-custard/master/custard-logo.png
:alt: Django Custard
:target: https://github.com/kunitoki/django-custard
==================================
Django runtime typed custom fields
==================================
Django Custard is a small reusable unobtrusive `Django `_
app that implements runtime custom fields that can be attached to any model on the
fly: it's possible to create fields and set values for them from the code or
manage them through the admin site, with the ability to display them even outside
of the admin.
.. |pypi| image:: https://img.shields.io/pypi/v/django-custard.svg
:alt: Pypi latest version
:target: https://pypi.python.org/pypi/django-custard/
.. |travis| image:: https://img.shields.io/travis/kunitoki/django-custard.svg
:alt: Build Status - master branch
:target: https://travis-ci.org/kunitoki/django-custard
.. |coveralls| image:: https://img.shields.io/coveralls/kunitoki/django-custard.svg
:alt: Source code coverage - master branch
:target: https://coveralls.io/r/kunitoki/django-custard
.. |requirements| image:: https://img.shields.io/requires/github/kunitoki/django-custard.svg
:alt: Python requirements
:target: https://pypi.python.org/pypi/django-custard/
.. |downloads| image:: https://img.shields.io/pypi/dm/django-custard.svg
:alt: Pypi downloads
:target: https://pypi.python.org/pypi/django-custard/
.. |license| image:: https://img.shields.io/pypi/l/django-custard.svg
:target: https://pypi.python.org/pypi/django-custard/
:alt: License
|pypi| |travis| |coveralls| |requirements| |downloads| |license|
* Home page: https://github.com/kunitoki/django-custard
* Documentation: http://django-custard.readthedocs.org
* Pypi: https://pypi.python.org/pypi/django-custard
* Example app on Github: https://github.com/kunitoki/django-custard/example
* Changelog: `Changelog.rst `_
* License: `The MIT License (MIT) `_
* Supports: Django 1.7, 1.8 - Python 2.7, 3.4