Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54440

Re: django admin.py error (solved)

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 <gary719_list1@verizon.net>
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 <gary719_list1@verizon.net>
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 <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>
In-reply-to <l1fhdj$g8i$1@reader1.panix.com>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.159.1379619225.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


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 | NextPrevious in thread | Find similar | Unroll thread


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