author.py
| 164 B | Satir:
0
| py
Geri
# pylint: disable=missing-docstring,wrong-import-position from django.db import models class Author(models.Model): class Meta: app_label = "test_app"
Kaydet
Ctrl+S ile kaydet