Up through tutorial part 3, the first bit

This commit is contained in:
2024-09-16 06:56:04 -04:00
parent 11d4baf648
commit a5ce30aeeb
7 changed files with 74 additions and 17 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
from django.contrib import admin
# Register your models here.
from .models import Question
admin.site.register(Question)