File size: 171 Bytes
ce676f7
 
 
 
 
 
1
2
3
4
5
6
7
from django.apps import AppConfig


class {{ camel_case_app_name }}Config(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = '{{ app_name }}'