Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:error': 0.03; 'python': 0.11; "wouldn't": 0.14; 'fine.': 0.16; 'received:206.46': 0.16; 'received:206.46.173': 0.16; 'subject:django': 0.16; 'wrote:': 0.18; 'thanks.': 0.20; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'define': 0.26; 'am,': 0.29; "skip:' 10": 0.31; 'file:': 0.31; 'gary': 0.31; 'writes:': 0.31; 'yes.': 0.31; 'class': 0.32; 'skip:m 30': 0.32; 'linux': 0.33; 'subject: (': 0.35; 'something': 0.35; 'but': 0.35; 'to:addr :python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'john': 0.61; 'such': 0.63; 'received:206': 0.63; 'header:In- reply-to:1': 0.84; 'received:192.168.1.7': 0.84 Date: Thu, 19 Sep 2013 12:33:26 -0700 From: Gary Roach User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20130828 Icedove/17.0.8 MIME-version: 1.0 To: python-list@python.org Subject: Re: django admin.py error (solved) References: In-reply-to: Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379619225 news.xs4all.nl 15947 [2001:888:2000:d::a6]:48711 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54440 On 09/19/2013 11:56 AM, John Gordon wrote: > In Gary Roach 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