This is a report that looks you can provide relevant information.
Previous reports what I remember were without initial information,
without feedback. You are also fortunate that the previous looked like
broken urls.py in a complicated user's project or anything fundamental
broken not related to urls. Your problem looks like a bug.

I can not reproduce your bug with using everyhning as you wrote. I see
only some problems with javascript. BTW you duplicated some items in
INSTALLED_APPS:
'django.contrib.sessions', 'django.contrib.sites',
'django.contrib.contenttypes', 'django.contrib.admin',
'django.contrib.auth'. Is is intentionally?

Can you reproduce it this way?
$ python manage.py shell
>>> from django.core.urlresolvers import reverse
>>> reverse("satchmo_admin_variation_manager", args = [1])
 '/admin/1/variations/'    # expected output

Can you display the relative url /admin/1/variations/ in the browser?

Please create a ticket and report it there. We would write only a
summary to this conference, maybe more times.

I'm writing some fixes for Django 1.4 to be easy use it in development
directly after clonesatchmo.py without modifications. Start then with
it and try to reproduce your steps. (reproduce with a project as
similar as possible to the default is the best)

-- Hynek

On 21 dub, 18:41, Mac <[email protected]> wrote:
> Hi,
>
> I'm trying to use the Satchmo apps as part of a new project using
> Django 1.4. I understand there may be many backward compatibility
> issues that will get in my way, but everything was going well until I
> got this error.
>
> In the admin, as I tried to add a product variation to my product, I
> got this error. The full traceback is here:http://dpaste.com/735137/
>
> I've googled this group, and saw this error pop up occasionally in the
> past, but I was not able to formulate a solution. Is there a fix for
> this? Any help would be appreciated very much! Thanks.

-- 
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.

Reply via email to