First time here? Check out the FAQ!

gsavix's profile - activity

2013-06-17 19:38:44 -0500 answered a question How to configure Apache to run Django application?

congratulations. using your detailed explanations i finally put my admin app running on ubuntu server 12.04 using apache2. special detail is your line about Alias /admin/media/ /usr/local/lib/python2.6/site-packages/django/contrib/admin/media/

that in my server i solved with a symbolic link on root server of apache2 (/var/www).

ln -s /usr/local/lib/python2.7/dist-packages/django/contrib/admin/static /var/www/static

with this link finally my admin app on django have css, js .. etc.

today is 17.june.2013 and asap i will update django docs because we have lots of explanations from people never put complete solution like (install server, install http server, install apache2, install django, install flup and put all pieces together).

your samples have make i go forward some steps, but my journey is some hard because we have pending:

using sqlite3 (directory with db is write protect); using shared host with hostgator.com;

we use python 2.7 (ubuntu server amd64) we use django 1.6 (beta) here on 1.6 admin app alredy come active this is good for my app. until 1.5 developer may enable admin app.

thanks

from gsavix@gmail.com sao paulo - brazil