Santiago L
e60ac8f24a
Copy of code in repository https://github.com/ribaguifi/django-musician at commit d1a7ad911751e0bb5d68efa63696b1c6e2a0b47b NOTE: there are minor changes to adapt code
6 lines
109 B
Python
6 lines
109 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MusicianConfig(AppConfig):
|
|
name = 'orchestra.contrib.musician'
|