As I suspected, this was a stupid user error - apache/wsgi was using the system installed (old) version of django, and dev server was using the new one installed in the virtualenv. Anyone running in to this: make sure you are using the django installation you think you are!
On Jan 12, 11:03 pm, captainmish <[email protected]> wrote: > Sorry if this is already posted, I searched the group with no > results.. > > With django 1.1.1 and satchmo 0.9 (installed from 0.9 tarball) I'm > getting the error: > 'AdminSite' object has no attribute 'urls' > > in the satchmo included urls lib/python2.6/site-packages/Satchmo-0.9_0- > py2.6.egg/satchmo_store/urls/default.py the admin url is (r'^admin/', > include(admin.site.urls)), not (admin.site.root) > > Have I missed an installation step? Any tips/rtfms welcome :)
-- 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.
