hc99's picture
Add files using upload-large-folder tool
ce676f7 verified
raw
history blame
171 Bytes
from django.apps import AppConfig
class {{ camel_case_app_name }}Config(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = '{{ app_name }}'