As per the NewFormsAdmin Branch - http://code.djangoproject.com/wiki/NewformsAdminBranch - there is a proposal convention that reads as follows:
"""A proposal convention: Specifying all admin options in a file called admin.py, and import it in the __init__.py file of your application module to do the registering during the initialization.""" It seems that this proposed conversion is not in place yet. If not, what should the current best practice way to do this be? Place the admin code in the model.py with the actual model classes? Or maybe place the admin code in a admin.py and call it from within model.py or something. (Model and Admin code together in one file becomes a bit of a mess.) -Alen PS. would this post be more appropriate in the django developer group/ list? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

