Hi :
I am new in Django, and I meet a bug.
My Django environment is : Django 1.8.5 with python 2.7.10
I was upgrade my django from 1.5 to 1.8
This is my auth models:
Class Card(models.Model):
cardgroup = models.CharField(_('CardGroup'), max_length=60)
cardname
Hi :
I am new in Django, and I meet a bug.
I was upgrade django from 1.5 to 1.8.
My Django environment now is : Django 1.8.5 with python 2.7.10
This is my auth models:
Class Card(models.Model):
cardgroup = models.CharField(_('CardGroup'), max_length=60)
cardnam
Thanks, it works , I still need to debug another.
I use
cards = models.ManyToManyField('Card')
Thanks for help.
Dennis Liou於 2015年11月17日星期二 UTC+8下午8時02分56秒寫道:
>
> Hi :
>
> I am new in Django, and I meet a bug.
>
> I was upgrade django from 1
Although it can syncdb, but I cannot reference ant thing...
Dennis Liou於 2015年11月17日星期二 UTC+8下午8時02分56秒寫道:
>
> Hi :
>
> I am new in Django, and I meet a bug.
>
> I was upgrade django from 1.5 to 1.8.
>
> My Django environment now is : Django 1.8.5 with pyth
4 matches
Mail list logo