Re: no styling

2018-04-09 Thread James Farris
Hi Paul, Have you read this part of the docs? https://docs.djangoproject.com/en/2.0/howto/static-files/ You will need a static files directory and will need to tell Django where it is In settings.py Sent from my mobile device > On Apr 9, 2018, at 5:04 AM, Paul Baforh wrote: > > Please, my d

no styling

2018-04-09 Thread Paul Baforh
Please, my django development page is without css. How do I go about it. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googleg

Re: No styling in Chapter 6 in djangobook

2013-05-21 Thread djingo django
Thanks, Mike, for your reply. This turned to be a very common problem... Following your suggestion, I checked the page source (I am running Safari browser on OSX 10.8) and indeed saw the references to the CSS stylesheets: Site administration | Django site admin That, as well as your explanati

Re: No styling in Chapter 6 in djangobook

2013-05-20 Thread Mike Dewhirst
On 21/05/2013 11:07am, djingo django wrote: I'm starting to learn Django and have been reading through the djangobook.com. I am able to get the code running when I come to Chapter 6: The Django Admin Site, but it looks nothing like the well-formed and well-styled screenshots in the documentatio

Re: Django on mod_python... Admin interface, no styling...

2008-05-03 Thread Abdallah El Guindy
Thanks... that solved it! On May 3, 6:22 pm, jonknee <[EMAIL PROTECTED]> wrote: > > I tried deploying my django project on apache+modpython as the > > tutorial described... Everything works fine except that the admin > > website displays unformatted ... (could not manage to find the > > styleshee

Re: Django on mod_python... Admin interface, no styling...

2008-05-03 Thread jonknee
> I tried deploying my django project on apache+modpython as the > tutorial described... Everything works fine except that the admin > website displays unformatted ... (could not manage to find the > stylesheet somehow), can anyone tell me what went wrong? See "Serving the admin files" in the mod

Django on mod_python... Admin interface, no styling...

2008-05-03 Thread Abdallah El Guindy
Hey all I tried deploying my django project on apache+modpython as the tutorial described... Everything works fine except that the admin website displays unformatted ... (could not manage to find the stylesheet somehow), can anyone tell me what went wrong? Thanks --~--~-~--~~