I just realized why the images are not loading; the images are served
by appending the file path to the url, but when they try to append
mysite.com/login/imagefilepath it can't find them as there is no login
directory.  My question now is how do i work around this, i haven't
thought of a workaround yet as when i try to do a HttpResponseRedirect
django seems to forget the user got logged in.  Is there any slick
trick anyone knows of how to solve my url problem?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to