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

https://github.com/rmax/django_inline_example

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

Last synced: about 1 year 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.