Re: Need help with book tutorial

2007-12-17 Thread intercoder
Thanks Jim for your help. I have decided to set up one of the database engines. :-) On Dec 17, 11:13 am, intercoder <[EMAIL PROTECTED]> wrote: > So, should I make a file in the settings.py file called > django_session, or something like that? > > Thanks again.:-) >

Re: Need help with book tutorial

2007-12-17 Thread intercoder
ons', > 'django.contrib.sites', > ) > > python goes and builds tables for these e.g. it will create a table > called django_session. > > Jim > > On Dec 13, 3:39 pm, intercoder <[EMAIL PROTECTED]> wrote: > --~--~-~--~~

Need help with book tutorial

2007-12-13 Thread intercoder
I would like a little help in trying to figure out why my /now/ web page is not working. I am running Django 0.96 I followed all the instructions from the beginning of the book to the letter as far as I can tell. I have all the files that are required according to Chapter 2, Starting a project.