diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-01-10 21:11:59 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-01-10 21:11:59 +0300 |
commit | 5c677b866d8fa915384a1f4ccc4af327a5205685 (patch) | |
tree | e5bec1705b6392438c2635c8aa91a1879c452d9e /weblog/apps.py | |
parent | 7d9891f11a8b9a354eafeabdaf691a7693db3840 (diff) | |
parent | 468d6c86a076623e5ea7c38cd8b2547e6f9f1529 (diff) | |
download | w3blog-5c677b866d8fa915384a1f4ccc4af327a5205685.tar.gz w3blog-5c677b866d8fa915384a1f4ccc4af327a5205685.zip |
Merge branch 'tiberiuichim-master' into testing
Merging into testing instead of master to make some changes before
bundling it into a patch.
Diffstat (limited to 'weblog/apps.py')
-rwxr-xr-x | weblog/apps.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weblog/apps.py b/weblog/apps.py index 2c094ee..bcc5a15 100755 --- a/weblog/apps.py +++ b/weblog/apps.py @@ -18,5 +18,6 @@ SETTINGS = { 'enable_rss': True, } + class WeblogConfig(AppConfig): name = 'weblog' |