Hi all,
This is really stalling my project right now. Ideas appreciated.
I seem to be getting a lot of TemplateSyntaxErrors all of a sudden,
which in turn are caused by NoReverseMatch errors. For example, I get
them on
mydomain/admin
and on
mydomain/accounts/update/
Doing:
./manage.py shell
from django.core import urlresolvers as u
u.reverse('myproject.satchmo_profile_update', None, {})
Tells me these are (again, in turn) caused by config.SSL.value
SettingNotSet errors. Yet, going to mysite/settings/ and changing the
"Enable SSL" (under Payment Settings) and/or the "Use SSL for the
module checkout pages?" seems to have no effect. I'm not attempting
to use SSL on this test server; it works fine on my live server,
afaik.
Thanks,
--
Lee
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---