mirror of
https://github.com/penpot/penpot-admin.git
synced 2025-02-21 14:27:07 -05:00
5 lines
156 B
Python
5 lines
156 B
Python
from django.apps import AppConfig
|
|
|
|
class PenpotConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'penpot_admin.penpot'
|