Displaying 2 results from an estimated 2 matches for "setup_environment".
Did you mean:
set_up_environment
2006 Jan 25
6
Displaying based on hostname/subdomain
Ive tried multiple ideas to get this to work, but keep hitting a dead
end. Has anyone done this before?
I want joe.domain.com to display www.domain.com/profile/joe
Im using lighttpd.
Routes dont have access to the URL string and therefore I cant code in
a conditional. lighttpd rewrite seems to really screw it all up. Is
there a feasible solution?
Thank you,
Joe Noon
2013 Aug 01
1
Django 1.5 Upgrade
Anyone here using django on centos.
On my Mac, running python 2.7, I upgraded from 1.4 to 1.5 by doing this:
rm -rf /Library/Python/2.7/site-packages/django
Followed by python setup.py install in the dir I untar-ed Django-1.5.1 to.
This all worked fine.
On a Centos system running python 2.6 I did:
rm -rf /usr/lib/python2.6/site-packages/django followed by the
setup.py install. My django app