Django doesn't save on db with Crispy Forms

前端 未结 0 1025
感动是毒
感动是毒 2021-02-13 17:28

I\'m trying to save on db but it doesn\'t work.

Here\'s my Models.py

from django.db import models

# Create your models here.

class Persona(models.Model):         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题