Generation

class from descriptionSun, 30 Jul 2023

django ORM input string sql command

class Person(models.Model): name = models.CharField(max_length=30) age = models.IntegerField()

Want to kickstart your project?Use the new AI Studio to create your code