Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 253 Bytes

AdminPP

A helper module to implement django-admin features nicely.

  • Build admin sites with declarative codes
  • Automatic admin builder

(Work in progress)


Example

$ cd example_project
$ ./manage.py runserver