Hi
I am a complete novice with Django, and have run into a problem
getting it to run on a wamp server.
I have managed to install Python v2.6.1, WampServer2, mod_wsgi,
PostgreSql, psycopg2 and Django onto WindowsXP Professional SP3 in
order to make a local development server.
I am able to create a
ain.
On 14 Aug, 06:49, Graham Dumpleton wrote:
> On Aug 14, 3:08 pm, NiJoMi wrote:
>
>
>
> > Hi
> > I am a complete novice with Django, and have run into a problem
> > getting it to run on a wamp server.
> > I have managed to install Python v2.6.1, WampServer2,
-
when I have this working I will post a tutorial for Python/Django
dummies like myself.
I can't thank you enough for all your help.
On 14 Aug, 08:58, Graham Dumpleton wrote:
> Reinstall Python with latest Python 2.6 version and this time select
> option tha
django.wsgi:
import os
import sys
sys.path.append('E:/Django/djangotest')
sys.path.append('C:/imfree/bin/Python26/Lib/site-packages/django')
os.environ['DJANGO_SETTINGS_MODULE'] = 'djangotest.settings'
import django.co
4 matches
Mail list logo