Hi all. I am a old Delphi programmer and started to use Django. I
believe that it is the future of programming. I started at
Djangoprojects's tutorial and get stuck at places. Is there some place
that I can download the full finished tutorial? or if anyone of you
have the complete tutorial that you
Hi Eduan
I looks like you have not added your polls app in the Settings.py
file.
Open your setting.py file
find the installed apps.. which will look something like this.
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contr
Hi there,
Please paste the code in your settings.py file's INSTALLED_APPS, and your
Poll code from models.py.
On Mon, Jun 28, 2010 at 8:50 AM, Eduan wrote:
> Hi I am new at Django and was told to start at
> http://docs.djangoproject.com/en/dev/intro/tutorial01/ this website
> gives you a easy t
Hi I am new at Django and was told to start at
http://docs.djangoproject.com/en/dev/intro/tutorial01/ this website
gives you a easy tutorial for beginners. I was following it exatly as
it says and I got an error. I started over and got the same error
again.
I was running this command:
python manage
4 matches
Mail list logo