Django deployment - problems with static files

2014-02-07 Thread bhudspeth60
Hello, I am trying to deploy a new Django website where I am trying to point to many css, js, image, pdf files, etc. Everything works well in the development setup. Basically, I am using a mod-wsgi setup in Apache, and Django version 1.5 on Ubuntu linux 12.10. The application is served with th

Django admin broken after putting into production

2014-02-11 Thread bhudspeth60
Hello, after considerable struggle to get my Apache mod-wsgi and httpd.conf configuration correct so that my static files can be accessed, now my admin pages don't workwhile the admin page content loads, I have no css, js, or images...And, the list of my pages will not show up.. *httpd

Re: Django admin broken after putting into production

2014-02-11 Thread bhudspeth60
Thank you .collectstatic did the trick... On Tuesday, February 11, 2014 2:39:59 PM UTC-7, Glyn Jackson wrote: > > Silly question, don't be offended, but have you run > collectstaticon > your production server? >> >

Home page not loading when using domain name

2014-02-12 Thread bhudspeth60
I am using Django 1.5 and Django-CMS 2.4.2 When I use my basic domain name (ex. www.siteName.edu) I get a page that is other than the intended home page (but instead another page further down the list as viewed in the Django Admin). I have to use " www.siteName.edu/home/" to get my home page to