MCPcopy Create free account
hub / github.com/codemistic/Web-Development / Category

Class Category

django_rest/core/home/models.py:5–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3# Create your models here.
4
5class Category(models.Model):
6 category_name = models.CharField(max_length=100)
7
8
9class Book(models.Model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected