7 lines
179 B
Python
Executable File
7 lines
179 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class UserActivityConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'at_django_boilerplate.user_activity'
|