6 lines
99 B
Python
6 lines
99 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class EncyclopediaConfig(AppConfig):
|
||
|
name = 'encyclopedia'
|