mirror of
https://github.com/MarcZierle/photo-log-backend.git
synced 2024-12-29 10:57:58 +00:00
7 lines
149 B
Python
Executable File
7 lines
149 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class PhotoLogConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'photo_log'
|