Skip to content

Instantly share code, notes, and snippets.

@oshanz
Created April 7, 2019 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshanz/54fa5f2a796ae6e6fd2105f52cc728b5 to your computer and use it in GitHub Desktop.
Save oshanz/54fa5f2a796ae6e6fd2105f52cc728b5 to your computer and use it in GitHub Desktop.
django admin
https://www.craigderington.me/solved-django-admin-tabularinline-formset-override/
http://www.catharinegeek.com/how-to-set-initial-data-for-inline-model-formset-in-django/
https://stackoverflow.com/questions/12384973/django-admin-inline-forms-initial-data-for-every-instance
https://stackoverflow.com/questions/10904848/adding-inline-many-to-many-objects-in-django-admin/10999074#10999074
https://stackoverflow.com/questions/4316606/how-to-access-both-directions-of-manytomanyfield-in-django-admin
https://stackoverflow.com/questions/3570898/django-update-field-value-based-on-other-fields/3573204#3573204
https://stackoverflow.com/questions/9082603/django-admin-how-to-prepopulate-inline-foreign-key-field-based-on-parent-mode/9083499#9083499
https://stackoverflow.com/questions/442040/pre-populate-an-inline-formset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment