nuitdelinfo_2021/error/models.py

6 lines
105 B
Python
Raw Normal View History

2021-12-02 21:57:32 +01:00
from django.db.models import Model, TextField
class ThomasPesquetQuotes(Model):
text = TextField()