mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 12:36:24 +03:00
8 lines
165 B
Python
8 lines
165 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MapConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "maps"
|
|
verbose_name = "Maps"
|