Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54437
| From | John Gordon <gordon@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: django admin.py error |
| Date | 2013-09-19 18:56 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <l1fhdj$g8i$1@reader1.panix.com> (permalink) |
| References | <mailman.154.1379606716.18130.python-list@python.org> <l1fev6$k1v$1@reader1.panix.com> <mailman.157.1379616572.18130.python-list@python.org> |
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.
--
John Gordon A is for Amy, who fell down the stairs
gordon@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
Back to comp.lang.python | Previous | Next — Previous in thread | Next 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