Hi all,

I am really new to django and apache.
I've  just finished a django application recently, and now I am have
problems of deploying it to a server.

system environments:
ubuntu 10.10
apache2
django1.2
php5
mod_wsgi
python2.6

problems are:

1. I think my apache2 configures are all messed up.
what happened is I wanted to enable the static files(*.css and image
files that I need for my templates) serving for my application, then I
googled online, turns out, there are many versions of HOWTO. So, I
edited httpd.conf, apache2.conf, sites-available/default, and sites-
enabled/default... tried a2ensite, a2dissite.....
I've also tried sudo apt-get purge apache2, then reinstalled it. I was
hoping that I could get a new set of configuration for the apache2.
that's how i ended up with nothing working, not even phpmyadmin.

2. how do you serve static media files in development mode?
I mean, how do you serve those files just using the built-in web
server? (python manage.py runserver)

3. are there any good web server software for django applications? or
are there any good web app hosting for django, google app engine,
webfaction?
pros and cons? My application is just a extended version of the built-
in django admin system: a invoice. book keeping application that
allows a store owner to manage their daily business with clients,
invoices, products and shippings.

Thanks,

Maxim Mai

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to