X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/10510d28f980e9a61bdd2b5471e78eec872952ba..73e3cc6c4b80f1afbfc78fc7ccd6f6cfc90b719c:/wolnelektury/settings.py diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index 2e20068c9..5cb556bb4 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -115,34 +115,38 @@ LOGIN_URL = '/uzytkownicy/login/' 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' @@ -206,11 +210,18 @@ THUMBNAIL_PROCESSORS = ( TRANSLATION_REGISTRY = "wolnelektury.translation" + +# seconds until a changes appears in the changes api +API_WAIT = 10 + # limit number of filtering tags MAX_TAG_LIST = 6 NO_BUILD_EPUB = False NO_BUILD_TXT = False +NO_BUILD_PDF = False + + # Load localsettings, if they exist try: