thanks for sharing, I'll try to understand it. where should I put this file? inside localsite?
what admin template are you talking about? the admin tools or the plain admin? I thought of using the admin tools templates and building from that, but all I got was noReverseMatch erros, looks like the INSTALLED_APPS order is significative and I don't understand it well. how can I configure it to ignore the satchmo admin templates? btw, could I make all this work with grappelli? it seems I could enjoy some of the image uploading and wysiwyg editor thanks avraham On Mon, Jul 16, 2012 at 10:33 PM, Tomas Neme <lacrymol...@gmail.com> wrote: > > I thought they extended the templates instead of trying to replace > > everything > > they don't replace everything. But the admin site's index template is > called 'admin/index.html', so it's not easy to extend them. They DO > extend admin/base.html. > > > This is my dashboard.py file, where I create a module that emulates > satchmo's template additions. > > https://gist.github.com/3124534 > > There's a couple of things that are MY PREFERENCES, so it might not > all be to your liking, please do try to read, understand, and modify > as you like. > > with this, I just use dashboards' admin/index.html template > > -- > "The whole of Japan is pure invention. There is no such country, there > are no such people" --Oscar Wilde > > |_|0|_| > |_|_|0| > |0|0|0| > > (\__/) > (='.'=)This is Bunny. Copy and paste bunny > (")_(") to help him gain world domination. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.