Where should I put the code for a Django admin action for a third party app?
Posted
by charlie
on Stack Overflow
See other posts from Stack Overflow
or by charlie
Published on 2010-06-07T18:29:57Z
Indexed on
2010/06/07
18:32 UTC
Read the original article
Hit count: 239
django
Hi, I'm new to Django. I am writing my own administrative action for a third party app/model, similar to this: http://mnjournal.com/post/2009/jul/10/adding-django-admin-actions-contrib-apps/
It's a simple snippet of code. I'm just wondering where people suggest that I put it. I don't want to put in the third party app because I might need to update to a newer version at some point.
Thanks.
© Stack Overflow or respective owner