source:
music/apps.py@
0e077ef
Last change on this file since 0e077ef was d7662b5, checked in by , 3 weeks ago | |
---|---|
|
|
File size: 142 bytes |
Line | |
---|---|
1 | from django.apps import AppConfig |
2 | |
3 | |
4 | class MusicConfig(AppConfig): |
5 | default_auto_field = "django.db.models.BigAutoField" |
6 | name = "music" |
Note:
See TracBrowser
for help on using the repository browser.