flamingo-run/django-cloud-tasks

View on GitHub
sample_project/sample_app/models.py

Summary

Maintainability
A
0 mins
Test Coverage
from django.db import models


class Person(models.Model):
    name = models.CharField(max_length=50)