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
Hello,
I have this dummy models.py
from django.db import models
class Foo(models.Model):
bar = models.IntegerField(),
// more integer fields here...
xyz = models.IntegerField()
And I want to know the SQL code generated for PostgreSQL, executing:
python manage.py sqlall myapp
No so
3 matches
Mail list logo