How to add dictionary values as model object values into postgres in django

后端 未结 0 1078
傲寒
傲寒 2020-12-15 02:07
this is the model.py

from django.db import models
from datetime import datetime
from postgres_copy import CopyManager


class state_data(models.Model):
    date = m         


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