Jorge,

Turns out that I did need to modify the url as you indicated like

 (r'^galeria/admin/', include('django.contrib.admin.urls')),

the first time the site or my browser must have been caching something
and it seemed to work.

Now onwards to build the site

Yatla

On Dec 13, 4:35 pm, "Yatla" <[EMAIL PROTECTED]> wrote:
> Jorge,
>
> Many thanks!  I was using an .htaccess in the subdirectory, but did not
> have the subdirectory specified after the fcgi file in the last rewrite
> rule.  I don't know much about this so just copied from a tutorial on
> this that did not have the subdirectory in the rewriterule.  Thanks
> again!
>
> btw, it seems to work correctly whether I had the subdirectory in front
> of the admin/ or not in the url.py file, ie, just
> (r'^admin/', include('django.contrib.admin.urls')),
> seems to work after I modified the rewriterule.
> 
> Yatla


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