mirror of
https://github.com/Findus23/acronomy.git
synced 2024-09-10 05:13:45 +02:00
6 lines
115 B
Python
6 lines
115 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AcrosConfig(AppConfig):
|
|
name = 'acros'
|
|
verbose_name = "Acronomy"
|