Re: NameError at /admin/ name 'HoleImage' is not defined

2014-06-11 Thread Patrick C
-Original Message- > >From: django...@googlegroups.com > >[mailto:django...@googlegroups.com ] On Behalf Of Patrick C > >Sent: Thursday, June 12, 2014 12:52 AM > >To: django...@googlegroups.com > >Subject: Re: NameError at /admin/ name 'HoleImage' is n

Re: NameError at /admin/ name 'HoleImage' is not defined

2014-06-11 Thread Patrick C
ith pleasure!" > > > >-Original Message- > >From: django...@googlegroups.com > >[mailto:django...@googlegroups.com ] On Behalf Of Patrick C > >Sent: Thursday, June 12, 2014 12:32 AM > >To: django...@googlegroups.com > >Cc: ilya.ka...@jetbrains

Re: NameError at /admin/ name 'HoleImage' is not defined

2014-06-11 Thread Patrick C
ister(Hole, HoleImages) Still have errors trying either, sorry again for noob questions. On Wednesday, June 11, 2014 9:45:10 PM UTC+1, Jorge Andrés Vergara Ebratt wrote: > > When you import HoleImage don't remove Hole :) > On Jun 11, 2014 3:41 PM, "Patrick C" > >

Re: NameError at /admin/ name 'HoleImage' is not defined

2014-06-11 Thread Patrick C
On Wednesday, June 11, 2014 9:36:11 PM UTC+1, Jorge Andrés Vergara Ebratt wrote: > > In admin.py you have > > from hotels.models import Hole > > Add HoleImage to that import > On Jun 11, 2014 3:19 PM, "Patrick C" > > wrote: > >> Hi All, >> >

Re: NameError at /admin/ name 'HoleImage' is not defined

2014-06-11 Thread Patrick C
; JetBrains PyCharm (Best Python/Django IDE) > http://www.jetbrains.com/pycharm/ > "Develop with pleasure!" > > > >-Original Message- > >From: django...@googlegroups.com > >[mailto:django...@googlegroups.com ] On Behalf Of Patrick C > >Sen

NameError at /admin/ name 'HoleImage' is not defined

2014-06-11 Thread Patrick C
Hi All, New to Django / Python (coming from PHP). Trying to make a site for a golf course where there is a hole by hole guide, each hole has a number, name, description then multiple images for the gallery. I've spend the last few hours googling how I'm going wrong here because I get the erro