On Thu, Nov 6, 2008 at 6:16 AM, Brett <[EMAIL PROTECTED]> wrote:
>
> Oh, I included a dpaste of my settings.py. Does it look like there is
> anything missing?
>
> http://dpaste.com/89090/
>
Yes, you are missing several middleware modules, here's a typical middleware
config:
"django.middleware.common.CommonMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.middleware.locale.LocaleMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.middleware.doc.XViewMiddleware",
"satchmo.shop.SSLMiddleware.SSLRedirect",
"satchmo.recentlist.middleware.RecentProductMiddleware",
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---