models.py 96 B

1234567
  1. from django.db import models
  2. # Create your models here.
  3. # class Article(models):
  4. #
  5. # pass