source:
app/apps.py@
3d7fc00
Last change on this file since 3d7fc00 was 3d7fc00, checked in by , 14 months ago | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
1 | from django.apps import AppConfig |
2 | |
3 | |
4 | class AppConfig(AppConfig): |
5 | default_auto_field = 'django.db.models.BigAutoField' |
6 | name = 'app' |
Note:
See TracBrowser
for help on using the repository browser.