add setting

This commit is contained in:
Christophe Siraut 2018-09-16 08:24:05 +02:00
parent 58b9bbd47d
commit 2183145852
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ from django.db import models
class Variable(models.Model):
name = models.CharField(max_length=100, verbose_name='name')
settings = models.CharField(max_length=100)