We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/testapi/quickstart/models.py
For this example, we've implemented a simple Point class with int attributes:
Point
int
class Point(models.Model): x = models.IntegerField(default=0) y = models.IntegerField(default=0)
There was an error while loading. Please reload this page.