Hello
I'm new in Django using 1.4version.
So got some error.
'myapp.models.AdversiteImages'> has no ForeignKey to
*
MODEL*
class AdversiteImages(models.Model):
image = models.FileField(u'Photo' , upload_to='adversiteimage/%Y/%
m/%d', null=True, blank=True)
class Adversite(models.Model):
Ok
Thaks for you reply.
On Tue, Aug 21, 2012 at 3:37 AM, Karen Tracey wrote:
> Please ask questions about using Django on django-users. The topic of this
> list is the development of Django itself.
>
> Thanks,
> Karen
>
> --
> You received this message because you are subscribed to the Google G