9 lines
159 B
Python
9 lines
159 B
Python
# uplim/apps.py
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class AxcUlConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "uplim"
|