URLs rewrite

2008-07-09 Thread RHC
I know this may seem like an insanely simple question, but I'm a real newbie so be kind. I am trying to upgrade from an old php website to Django. The problem is I need to 301 redirect old urls to new Django ones, eg. http://www.mysite.com/widgets/purplewidget.php needs to redirect to http://

Team project via Git repo

2015-10-13 Thread rhc . openmpi
Hi folks I'm a Django newbie (have found it very helpful!), so please excuse the naivete. I have a question regarding team work on a Django project via GitHub. I followed your excellent tutorial and have a virtual Python v2.7 environment with Django 1.8.5 installed in it (FWIW: I thought I ins

Re: Team project via Git repo

2015-10-13 Thread rhc . openmpi
Just to update: we also tried simply copying the entire virtual environment across, correcting for any differences in path. Still go the same behavior. We'd really welcome some advice on this one as otherwise we won't be able to use Django - we need a way to collaborate on implementation. Thank