1st commit

This commit is contained in:
2026-05-14 23:31:30 -03:00
commit a143e17df4
28 changed files with 249 additions and 0 deletions

5
polls/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class PollsConfig(AppConfig):
name = 'polls'