/
home
/
liman
/
liman-backend
/
const
/
File Upload :
llllll
Current File: //home/liman/liman-backend/const/models.py
from django.db import models # Create your models here. class Const(models.Model): id = models.AutoField(primary_key=True) key = models.CharField(unique=True, max_length=256) value = models.CharField(max_length=256) title = models.CharField(max_length=256, null=True, blank=True) description = models.CharField(max_length=512, null=True, blank=True) priority = models.IntegerField(default=0) parent = models.ForeignKey('const.Const', null=True, blank=True, on_delete=models.SET_NULL)
Copyright ©2k19 -
Hexid
|
Tex7ure