mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-19 13:34:05 +01:00
7 lines
146 B
Python
7 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PollsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'polls'
|
|
|