> > I also noticed that there used to be some helper links on the admin > homepage, "edit inventory" etc... I'm not seeing these in the latest > SVN checkout. >
I ran into this problem as well and found that it is caused by the order in which your installed apps are listed. (Controlling the order in which Django looks for templates) By moving the contrib.admin app to the end of the list it resolved the problem for me. Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
