Absolutely! It's working now. What a stupid mistake... Many thanks!
On Friday, April 4, 2014 12:34:38 AM UTC+2, François Schiettecatte wrote:
>
> You have a comma at the end of this:
>
> bar = models.IntegerField(),
>
> Could that be the issue?
>
> François
>
> On Apr 3, 2014, at 6:24
You have a comma at the end of this:
bar = models.IntegerField(),
Could that be the issue?
François
On Apr 3, 2014, at 6:24 PM, Jorge Arevalo wrote:
> Hello,
>
> I have this dummy models.py
>
> from django.db import models
>
> class Foo(models.Model):
> bar = models.IntegerFiel
2 matches
Mail list logo