You have already completed these exercises!
Do you want to take them again?
You completed the DJANGO Models Exercises from W3Schools.com
Share on:
Drag and drop the missing code to create a model named Member.
django.db import class ( .Model): firstname = models.CharField(max_length=255) lastname = models.CharField(max_length=255)
models
django
from
class
views
py
Member