Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 496 Bytes

README.rst

File metadata and controls

23 lines (16 loc) · 496 Bytes

Django dev extensions

Manage.py extensions with utilities for an easy development

Commands

create_view

Command for create new views for a model. It uses generic views

TODO

  • create_view: Add option to create the template file and folders
  • create_url: Add a new URL for a view
  • create_model: Add new model
  • create_entity: With options, this command will create all about an entity (model, view, templates, urls...)