X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3d1fb545dd1f49e0624d3adf20e5568b1c33d8ec..7a6708e9fe89fbc9bccf449a134a7ba69ac2afdb:/wolnelektury/settings.py diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index 3c5faf8a2..9b346351b 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -115,34 +115,38 @@ LOGIN_URL = '/uzytkownicy/zaloguj/' LOGIN_REDIRECT_URL = '/' INSTALLED_APPS = [ - # included + # external 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.admindocs', - - # external + 'pagination', + 'piston', + 'piwik.django', + 'rosetta', 'south', 'sorl.thumbnail', - 'sponsors', - 'newtagging', - 'pagination', - 'chunks', + + # included 'compress', 'modeltranslation', - 'catalogue', - 'lessons', - 'piston', + + # our 'api', - 'rosetta', + 'catalogue', + 'chunks', + 'dictionary', 'infopages', - 'suggest', 'lesmianator', + 'lessons', + 'newtagging', 'opds', 'pdcounter', - 'piwik.django', + 'sponsors', + 'stats', + 'suggest', ] #CACHE_BACKEND = 'locmem:///?max_entries=3000' @@ -208,7 +212,7 @@ TRANSLATION_REGISTRY = "wolnelektury.translation" # seconds until a changes appears in the changes api -API_WAIT = 100 +API_WAIT = 10 # limit number of filtering tags MAX_TAG_LIST = 6