On May 10, 6:07 pm, Karen Tracey wrote:
> 2009/5/10 Jacolyte
>
>
>
>
>
> > I have a model that has an ImageField, and when I try to work with
> > this model in the admin interface by uploading an image of any type, I
> > usually receive the error "C
I have a model that has an ImageField, and when I try to work with
this model in the admin interface by uploading an image of any type, I
usually receive the error "Cannot identify image file" - but there is
only one exception to this, which is when I use a picture taken from
my digital camera. *n
On Apr 12, 8:16 am, Karlw wrote:
> Hey all,
>
> I had a general question about administration in Django. So I do not
> think my situation is unique, so I don't want to go out and make a
> customer solution if there is already something out there.
>
> What i would like to have happen would be to
On Apr 6, 9:34 pm, Karen Tracey wrote:
> I suspect something's gone wrong with your context processor settings, or
> their operation.
>
> It's unclear to me from what you wrote if you wrote your own context
> processor to get MEDIA_URL or are simply using the provided one that does
> this:
>
> ht
Right after logging into the admin interface, I receive the following
traceback:
http://dpaste.com/25126/
I've only changed two major things with the project:
1) I've added support for markup, which is working beautifully
2) I've added a context processor, which simply gives me access to my
sett
On Feb 2, 4:57 pm, Alex Jonsson wrote:
> On Feb 2, 9:50 pm, Daniel Roseman
> wrote:
>
>
>
> > You can define as many methods on a model as you like. Models are just
> > Python classes, and you can do anything with them that you would do
> > with a normal class.
>
> > def MyModel(models.Model):
>
Here's a pastebin of the traceback: http://pastebin.com/m43fb0960
Photologue is version 2.0-rc1
Django is version 1.0-beta_1
I did everything the photologue readme said. Put photologue in my
installed apps, ran syncdb, plinit, etc. everything went fine.
I added a photo and made a gallery, and
7 matches
Mail list logo