4025c28eae
Moved contacts to new model
7 lines
150 B
Python
7 lines
150 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class LocationsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'locations'
|