What I want to do is have the admin files, and the media files within
the mysite directory. This way I can edit them accordingly and copy
the directory and just re-skin it for another client to use as a base.
Hope that makes sense. So in essence I want to have a main directory
djcode and then within that subdirectories or sites I am creating.
Within each of those I want to have the admin templates and media
directories so I can personalize them. Almost a framework using
Django's.



On Jan 16, 11:34 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Jan 16, 2008 9:59 AM, mOne <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hi,
>
> > I have made all these changes and I am still getting this error in
> > Terminal. I can't seem to redirect straight to my files.
>
> > [16/Jan/2008 10:01:48] "GET /admin/~/Users/sptxk/djcode/mysite/bnStyle/
> > media/css/dashboard.css HTTP/1.1" 404 3600
> > [16/Jan/2008 10:02:07] "GET /admin/auth/user/ HTTP/1.1" 200 4309
> > [16/Jan/2008 10:02:07] "GET /admin/auth/user/~/Users/sptxk/djcode/
> > mysite/bnStyle/media/css/changelists.css HTTP/1.1" 404 3636
> > [16/Jan/2008 10:02:07] "GET /admin/auth/user/~/Users/sptxk/djcode/
> > mysite/bnStyle/media/img/admin/icon_searchbox.png HTTP/1.1" 404 3663
> > [16/Jan/2008 10:02:07] "GET /admin/auth/user/~/Users/sptxk/djcode/
> > mysite/bnStyle/media/img/admin/icon-no.gif HTTP/1.1" 404 3642
> > [16/Jan/2008 10:02:07] "GET /admin/auth/user/~/Users/sptxk/djcode/
> > mysite/bnStyle/media/img/admin/icon-yes.gif HTTP/1.1" 404 3645
>
> OK, maybe step back and tell us at a high level what you are trying to do.
> Initially I thought you were trying to set up correct access to your own css
> files for your own project's code and templates (possibly starting with the
> admin files as a base).  But here you are trying to access '/admin' urls --
> so are you just trying to customize the admin css?  Admin has its own
> setting for the location of it's css/images/etc: ADMIN_MEDIA_PREFIX, so if
> you want to move where the admin files are then that's a different procedure
> than setting things up for access to your own css for your own project's
> code/templates, which is what I was trying to help you with earlier.
>
> Karen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to