Opened 3 years ago
Closed 3 years ago
#33103 closed Cleanup/optimization (invalid)
I want to get the SQL through the model
Description ¶
I have a Student Model:
class Student(models.Model): stu_name = models.CharField(max_length=6, unique=True)
In the views, I want the SQL to create the student table in the database.
Change History (2)
comment:4 by , 3 years ago
Resolution: | → invalid |
---|
comment:5 by , 3 years ago
Status: | new → closed |
---|
Note:
See TracTickets
for help on using tickets.
See TicketClosingReasons/UseSupportChannels for ways to get help with Django usage.