+LOGIN_URL = '/uzytkownicy/zaloguj/'
+
+LOGIN_REDIRECT_URL = '/'
+
+INSTALLED_APPS = [
+ # included
+ 'django.contrib.auth',
+ 'django.contrib.contenttypes',
+ 'django.contrib.sessions',
+ 'django.contrib.sites',
+ 'django.contrib.admin',
+ 'django.contrib.admindocs',
+
+ # external
+ 'south',
+ 'sorl.thumbnail',
+ 'sponsors',
+ 'newtagging',
+ 'pagination',
+ 'chunks',
+ 'compress',
+ 'catalogue',
+ 'lessons',
+ 'piston',
+ 'api',
+]
+
+CACHE_BACKEND = 'locmem:///?max_entries=3000'