[geany/www.geany.org] 40e8b0: Use the package name in INSTALLED_APPS for django-link-shortener
Enrico Tröger
git-noreply at xxxxx
Tue Aug 13 21:07:45 UTC 2019
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Tue, 13 Aug 2019 21:07:45 UTC
Commit: 40e8b010082554a1b3dd11d3ae1b8af4c496fc3e
https://github.com/geany/www.geany.org/commit/40e8b010082554a1b3dd11d3ae1b8af4c496fc3e
Log Message:
-----------
Use the package name in INSTALLED_APPS for django-link-shortener
Modified Paths:
--------------
geany/settings.py
Modified: geany/settings.py
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -329,7 +329,7 @@
"honeypot", # for pastebin
"mezzanine_pagedown",
"mezzanine_sync_pages.apps.MezzanineSyncPagesAppConfig",
- "shortener.apps.ShortenerConfig",
+ "shortener",
)
# List of middleware classes to use. Order is important; in the request phase,
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list