mirror of
https://github.com/evgen-app/evg-app-back.git
synced 2025-02-18 01:40:33 +03:00
6 lines
95 B
Python
6 lines
95 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class HyperlinksConfig(AppConfig):
|
||
|
name = 'hyperlinks'
|