This repository has been archived on 2023-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
django-pyvows/sandbox/main/models.py
2015-07-19 12:20:37 +02:00

6 lines
108 B
Python

from django.db import models
class StringModel(models.Model):
name = models.CharField(max_length=100)