Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rmax/django_inline_example

django dynamic inline example
https://github.com/rmax/django_inline_example

Last synced: 2 days ago
JSON representation

django dynamic inline example

Awesome Lists containing this project

README

        

Django 1.2 admin inlines example
================================

* `$ python manage.py syncdb`
* Open http://127.0.0.1:8000/admin/books/author/add/
* Click `Add another book`. Should able to display up to 10 inline forms.