Re: satchmo & Django 1.5

509 views
Skip to first unread message

Orion Vianna

unread,
Mar 18, 2013, 8:21:27 PM3/18/13
to satchm...@googlegroups.com
On 01/09/2013 08:40 AM, Tim Bowden wrote:
> Anyone been testing this combo? I'm starting a project that will most
> likely use 1.5 (by the time it's in prod) and was wondering if this
> combo is expected to work. Also given the last release was 0.9.2
> about 9 months ago, is that still the recommended release for prod, or
> have people been using dev?
Has anyone tried running Sacthmo with Django 1.5?

Avraham Serour

unread,
Mar 18, 2013, 9:37:39 PM3/18/13
to satchm...@googlegroups.com
I tried recently and it didn't work, can't remember exactly what was the error, maybe I did something wrong.
it should take you a couple of minutes to create a virtualenv and install satchmo on your local machine, please post what happens




--
You received this message because you are subscribed to the Google Groups "Satchmo users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satchmo-users+unsubscribe@googlegroups.com.

To post to this group, send email to satchm...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



David Unric

unread,
Mar 21, 2013, 5:21:20 AM3/21/13
to satchm...@googlegroups.com
Django 1.5 is incompatible with current, a bit outdated, django-registration and some Satchmo templates also use some deprecated modules/functions like django.views.generic.simple.direct_to_template.
As there does exist some unofficial patches to django-registration to work with django 1.5, some parts of satchmo also need to be rewritten.

Avraham Serour

unread,
Mar 21, 2013, 4:57:42 PM3/21/13
to satchm...@googlegroups.com
maybe we should dump django-registration in favor of something like django-allauth for the next release of satchmo


--
You received this message because you are subscribed to the Google Groups "Satchmo users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satchmo-user...@googlegroups.com.

Mike Hostetler

unread,
Mar 21, 2013, 5:32:57 PM3/21/13
to satchm...@googlegroups.com

Django-user-accounts also seems nice.

Avraham Serour

unread,
Mar 21, 2013, 5:36:52 PM3/21/13
to satchm...@googlegroups.com
it is a different scope than allauth, take a look at the docs https://django-allauth.readthedocs.org/en/latest/

Avraham Serour

unread,
Mar 23, 2013, 10:54:15 PM3/23/13
to satchm...@googlegroups.com
btw, since satchmo doesn't support 1.5 you should change the requirements.txt, it states only django, someone following the installation instructions will install 1.5

Chris Moffitt

unread,
Mar 24, 2013, 12:21:14 PM3/24/13
to satchm...@googlegroups.com
I would like to start looking at making Satchmo Django 1.5 compatible. If anyone has done any work, feel free to create a repo and start getting it in shape for 1.5

I'll try to take a look and clean up any small issues and release Satchmo with 1.4.x compatibility then move onto 1.5 when Django-registration makes the jump.

-Chris

Avraham Serour

unread,
Mar 24, 2013, 5:35:23 PM3/24/13
to satchm...@googlegroups.com
would you consider replacing django-registration for some kind of social login like allauth?
I like allauth because it handles social login as well login/password

Olivier Lauret

unread,
Mar 24, 2013, 5:49:30 PM3/24/13
to satchm...@googlegroups.com
+1 for allauth :) if this helps!

Regards,
Olivier

Orion Vianna

unread,
Mar 30, 2013, 12:35:07 AM3/30/13
to satchm...@googlegroups.com
On 03/24/2013 12:21 PM, Chris Moffitt wrote:
> I would like to start looking at making Satchmo Django 1.5 compatible.
> If anyone has done any work, feel free to create a repo and start
> getting it in shape for 1.5
>
> I'll try to take a look and clean up any small issues and release
> Satchmo with 1.4.x compatibility then move onto 1.5 when
> Django-registration makes the jump.
>
> -Chris
Does that mean version 1.3.7 is the most stable?
Thumbnails are not showing with latest satchmo (tip) and django version
1.4.5. I have updated the thumbnail tags but I'm getting 404s like this
"GET /cache/48/cf/48cf8b8afbbd6af85105a4d4b42447e5.jpg HTTP/1.1" 404 7421
Is this related to this ticket
https://bitbucket.org/chris1610/satchmo/issue/1472/thumbnails-cache-does-not-get-updated
?

Thank you
Orion

hynekcer

unread,
Apr 14, 2013, 10:16:01 PM4/14/13
to satchm...@googlegroups.com
Everything in Satchmo works for me with Django 1.5 and with this patches.

https://bitbucket.org/chris1610/satchmo/pull-request/61/fixes-for-django-15/
https://bitbucket.org/hynekcer/django-registration/
https://bitbucket.org/hynekcer/django-keyedcache/
https://bitbucket.org/hynekcer/django-livesettings/commits/41daf73df1
   It is the last compatible commit of livesettings. - something important can be rebased from dev tip to this. The tip of my livesettings should not be commited to trunk
   (until Satchmo 0.9.4-pre)

More info in wiki
https://bitbucket.org/chris1610/satchmo/wiki/Compatibility%20with%20Django%201.5

Hynek

Dne středa, 9. ledna 2013 14:40:55 UTC+1 Tim Bowden napsal(a):

hynekcer

unread,
Apr 14, 2013, 10:19:29 PM4/14/13
to satchm...@googlegroups.com

Avraham Serour

unread,
Apr 15, 2013, 3:27:46 AM4/15/13
to satchm...@googlegroups.com
Nice work, did you also made a pull request for django-registration, django-keyedcache and django-livesettings?


Morgan Shorter

unread,
Jul 16, 2013, 8:50:11 PM7/16/13
to satchm...@googlegroups.com
It wont. In addition to the other issues mentioned, newer Django versions (after 1.4.3 I believe) have a bugfix that will break the sorl-thumbnail templatetags. If you're getting an error on your {% endthumbnail %} template tags, that's why. The solution: Django 1.4.3 and Sorl-Thumbnail 11.12. I use that combo with satchmo-0.9.3 and have only good things to say about it.

Morgan Shorter

unread,
Jul 16, 2013, 8:51:49 PM7/16/13
to satchm...@googlegroups.com
just saw the reply about the patches. nice work hynekcer.
Reply all
Reply to author
Forward
0 new messages