Opened 18 years ago
Closed 18 years ago
#5117 closed (duplicate)
Error in the tutorial
Description ¶
You have an error in the tutorial PT1
You wrote: question = models.CharField(max_length=200)
Should be question = models.CharField(maxlength=200)
Note:
See TracTickets
for help on using tickets.
Dupe of #5119