Re: Error in model while trying to model a parent/child relation.

2006-05-17 Thread Malcolm Tredinnick
On Wed, 2006-05-17 at 23:50 +0200, Frédéric Roland wrote: > Hello, > I'm both new to Python and to Django. > > I'm using Django from subversion (after magic removal has been merged in > trunk). > > When doing python manage.py install Manager I get the following error: > > NameError: name 'Refe

Error in model while trying to model a parent/child relation.

2006-05-17 Thread Frédéric Roland
Hello, I'm both new to Python and to Django. I'm using Django from subversion (after magic removal has been merged in trunk). When doing python manage.py install Manager I get the following error: NameError: name 'Reference_Data_Value' is not defined here is my code: class Reference_Data_Valu