7 lines
No EOL
179 B
Python
7 lines
No EOL
179 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CouncilConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "council"
|
|
verbose_name = "Gemeinderat" |