procom / croma /apps.py
thejagstudio's picture
Upload 121 files
f87b88a
raw
history blame contribute delete
No virus
142 Bytes
from django.apps import AppConfig
class CromaConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "croma"