web_AI-5/django/didgeridoo/currencies/apps.py

6 lines
95 B
Python

from django.apps import AppConfig
class CurrenciesConfig(AppConfig):
name = 'currencies'