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
+2 -2
View File
@@ -2,5 +2,5 @@ from django.apps import AppConfig
class PollsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'polls'
default_auto_field = "django.db.models.BigAutoField"
name = "polls"