Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54440
| Date | 2013-09-19 12:33 -0700 |
|---|---|
| From | Gary Roach <gary719_list1@verizon.net> |
| Subject | Re: django admin.py error (solved) |
| References | <mailman.154.1379606716.18130.python-list@python.org> <l1fev6$k1v$1@reader1.panix.com> <mailman.157.1379616572.18130.python-list@python.org> <l1fhdj$g8i$1@reader1.panix.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.159.1379619225.18130.python-list@python.org> (permalink) |
On 09/19/2013 11:56 AM, John Gordon wrote: > In <mailman.157.1379616572.18130.python-list@python.org> Gary Roach <gary719_list1@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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
django admin.py error Gary Roach <gary719_list1@verizon.net> - 2013-09-19 09:04 -0700
Re: django admin.py error John Gordon <gordon@panix.com> - 2013-09-19 18:15 +0000
Re: django admin.py error Gary Roach <gary719_list1@verizon.net> - 2013-09-19 11:49 -0700
Re: django admin.py error John Gordon <gordon@panix.com> - 2013-09-19 18:56 +0000
Re: django admin.py error (solved) Gary Roach <gary719_list1@verizon.net> - 2013-09-19 12:33 -0700
csiph-web