mirror of
https://github.com/Rushilwiz/pfp-frame.git
synced 2025-04-07 21:50:18 -04:00
7 lines
142 B
Python
7 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FrameConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'frame'
|