Re: Writing your first Django app, part 1 (1.6)

2013-12-11 Thread Suhendri
Dear all, The problem is solved.. The root cause were in models.py. I missed type a variable for return value on Choice Class. Anyway, big thanks for all your supports On Wednesday, December 11, 2013 5:19:48 AM UTC+7, Suhendri wrote: > > Hi, > > I'm new in Django, I'm excited with Django so I

Re: Writing your first Django app, part 1 (1.6)

2013-12-11 Thread Alasdair Nicol
Hi, The Django tutorial has changed between 1.6 and the current development version. Because your error references the Choices.question field, it sounds as if you may have been following the development version in places. Make sure that you follow the Django 1.6 tutorial throughout. If you r

Re: Writing your first Django app, part 1 (1.6)

2013-12-11 Thread Tom Evans
On Tue, Dec 10, 2013 at 10:19 PM, Suhendri wrote: > Hi, > > I'm new in Django, I'm excited with Django so I have to following the > existing tutorial to knew how to create a program with Django. > > I started with tutorial 1, Writing your first Django app, part1. I used > Django 1.6 and SQLite > >

Re: Writing your first Django app, part 1 (1.6)

2013-12-10 Thread Joey Chang
can you share more lines you typed before. It's hard to analysis depending on just one line 2013/12/11 Suhendri > Hi, > > I'm new in Django, I'm excited with Django so I have to following the > existing tutorial to knew how to create a program with Django. > > I started with tutorial 1, Writing

Writing your first Django app, part 1 (1.6)

2013-12-10 Thread Suhendri
Hi, I'm new in Django, I'm excited with Django so I have to following the existing tutorial to knew how to create a program with Django. I started with tutorial 1, Writing your first Django app, part1. I used Django 1.6 and SQLite I followed the instructions from the starting of the tutorial,