Files
CHIEFSOFT\ameye 5381a71e19 first commit
2024-03-31 19:44:57 -04:00

7 lines
144 B
Python

from django.apps import AppConfig
class WwwappConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'wwwapp'