{ "info": { "author": "Marcos Dumay de Medeiros", "author_email": "marcos@marcosdumay.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: Portuguese (Brazilian)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "Rapid Django\r\n============\r\n\r\nA set of opionated tools for rapid development of enterprise CRUD portals.\r\n\r\nRapid Django generates CRUD pages and menus, based on a simple to use\r\nregistry of models, forms and views.\r\n\r\nHow to Use\r\n==========\r\n\r\nAdd the 'rapid' application to your installed apps, and run a database migration.\r\nCreate a 'base.html' template that will be used by the CRUD generator. A minimum\r\ntemplate looks as following:\r\n\r\n::\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n {% load rapid_menu %}\r\n {% menu request %}\r\n {% block body %}{% endblock %}\r\n