On 09/19/2013 11:56 AM, John Gordon wrote:
In <mailman.157.1379616572.18130.python-l...@python.org> Gary Roach
<gary719_li...@verizon.net> writes:
On 09/19/2013 11:15 AM, John Gordon wrote:
Does /home/gary/ProgramFiles/mysite/mysite/models.py define an object
named 'membership'?
Yes. The following is the top part of the models.py file: q
class Membership(models.Model):
id_membership = models.IntegerField(unique=True, primary_key=True)
I see something named 'Membership', but nothing named 'membership'.
Python names are case-sensitive.
Stupid stupid stupid. Thanks. You would think that after working with
Linux for over 10 years that I wouldn't pull such a stunt. Thanks.
Everything now working fine.
Gary R
--
https://mail.python.org/mailman/listinfo/python-list