Açıklama Yok

Marcos Dumay de Medeiros dc0c98010b Fixes errors and warnings 8 yıl önce
src dc0c98010b Fixes errors and warnings 8 yıl önce
.gitignore da5e6578f7 Initial files 8 yıl önce
MANIFEST.in 79e31bdd94 Fixed insttallation scripts 8 yıl önce
README.rst dc0c98010b Fixes errors and warnings 8 yıl önce
setup.cfg da5e6578f7 Initial files 8 yıl önce
setup.py e2c8d99b90 Fixed package name 8 yıl önce

README.rst

Rapid Django
============

A set of opionated tools for rapid development of enterprise CRUD portals.

Rapid Django generates CRUD pages and menus, based on a simple to use
registry of models, forms and views.

How to Use
==========

Add the 'rapid' application to your installed apps, and run a database migration.
Create a 'base.html' template that will be used by the CRUD generator. A minimum
template looks as following:

::







{% load rapid_crud %}{% load rapid_filters %}
{% register_filters %}
{% register_overlay %}
{% load rapid_menu %}
{% menu request %}
{% block body %}{% endblock %}