ok ... still struggling.

While in Public_site.views I can call functions from within the
Extranet_site.views ... but I can't even do a:

return
HttpResponseRedirect(reverse('Extranet_site.application_name.views.function_name',
args=(999,)))

Within my Public_site.settings I have installed
Extranet_site.application_name ... I have also appended the
Extranet_site to the  sys.path .... so what have I forgotten?

Gaaah!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to