mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-03-20 03:28:59 +00:00
working polls app with function-based non-generic views
This commit is contained in:
5
apps/polls/apps.py
Normal file
5
apps/polls/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PollsConfig(AppConfig):
|
||||
name = "apps.polls"
|
||||
Reference in New Issue
Block a user