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

Class Book

django_rest/core/home/models.py:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class Book(models.Model):
10 category=models.ForeignKey(Category,on_delete=models.CASCADE)
11 book_title=models.CharField(max_length=100)
12
13
14class Student(models.Model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected