fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Stats migrations.
[wolnelektury.git]
/
src
/
wolnelektury
/
apps.py
1
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3
#
4
from django.apps import AppConfig
5
6
7
class WLCoreConfig(AppConfig):
8
name = 'wolnelektury'
9
10
def ready(self):
11
from . import signals