setup issues with Django

2008-05-25 Thread wheresdave
I have been trying to setup django on a windows XP machine for almost 4 hours now. Each step of the way I run into a new error that I have to find a workaround for, which is very unfortunate. I have django 0.96.2 in my site-packages directory, and python is on the root of C. I have also added pyt

Re: url issue giving me grief

2007-08-20 Thread wheresdave
Dude, thanx, it just clicked what you were saying. On Aug 20, 7:08 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2007-08-20 at 14:00 +, wheresdave wrote: > > [...] > > > > > urls.py > > > from django.conf.urls.defaults import * >

Re: url issue giving me grief

2007-08-20 Thread wheresdave
On Aug 20, 7:08 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2007-08-20 at 14:00 +, wheresdave wrote: > > [...] > > > > > urls.py > > > from django.conf.urls.defaults import * > > > urlpatterns = patterns('', > &g

url issue giving me grief

2007-08-20 Thread wheresdave
I am going through the tutorial from the site, however I have named my files a bit different. My project is named Social and my application is named Network. settings.py ROOT_URLCONF = 'social.urls' TEMPLATE_DIRS = ( "C:/python25/scripts/social/network/templates/admin", "C:/pyt

Re: Poll tutorial question

2007-03-28 Thread wheresdave
got it fixed. Whitespace was showing up before pass. found the setting in scite to show whitespace. On Mar 28, 2:47 am, "wheresdave" <[EMAIL PROTECTED]> wrote: > Thank you for the prompt reply, unfortunately that is not the case. > Sorry for the not checking spacing befo

Re: Poll tutorial question

2007-03-28 Thread wheresdave
, Gilhad <[EMAIL PROTECTED]> wrote: > On Wednesday 28 March 2007 10:47, wheresdave wrote: > > > > > On the second page where you add the polls to the admin section. > > Already added in the polls and the settings.py file, and logged into > > admin, so admin does

Poll tutorial question

2007-03-28 Thread wheresdave
On the second page where you add the polls to the admin section. Already added in the polls and the settings.py file, and logged into admin, so admin does work. When i added admin into the models.py file per tutorial it does not show up on the admin screen. tried logging in an out, clear cache et