Versions

Description

``django-crucrudile`` is a Django helper application, that makes it possible to **automatically create URL patterns from the model structure**, by using "model mixins" as base classes for actions to do on the object, such as ``Listable`` (to list), ``Creatable`` (to create), ``Detailable`` (to detail), etc... ``django-crucrudile`` allows you to create those "model mixins", that define possible actions for this model. Those model mixins allow the model to be able to **generate its URL patterns by itself**, so that they can be included in ``urls.py`` using just a call to the ``get_url_patterns()`` method of the model class.

Repository

https://github.com/pstch/django-crucrudile.git

Project Slug

django-crucrudile

Last Built

No builds yet

Maintainers

Home Page

https://github.com/pstch/django-crucrudile.git

Badge

Tags

django, urls

Short URLs

django-crucrudile.readthedocs.io
django-crucrudile.rtfd.io

Default Version

master

'latest' Version

master