Initial commit

This commit is contained in:
2023-01-04 17:55:18 -05:00
commit ece9a68165
29 changed files with 3191 additions and 0 deletions

5
scrobbles/apps.py Normal file
View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class ScrobblesConfig(AppConfig):
name = 'scrobbles'