'sorl.thumbnail',
'piwik.django',
'django_cas',
+ 'honeypot',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
+ 'honeypot.middleware.HoneypotMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
)
CAS_SERVER_URL = 'http://logowanie.nowoczesnapolska.org.pl/cas/'
CAS_VERSION = '1'
+
+HONEYPOT_FIELD_NAME='miut'
name="questions"
),
url(r'^(?P<pk>\d+)/$',
- DetailView.as_view(model=Question),
+ DetailView.as_view(queryset=Question.objects.filter(published=True)),
name="questions_question"),
url(r'^pytanie/$',
QuestionFormView.as_view(),
PIL
sorl-thumbnail>=11.09,<12
django-pagination
+django-honeypot
django-migdal>=0.3,<0.4
fnpdjango>=0.1.4,<0.2
#git+git://github.com/Kronuz/pyScss.git@d8f4da23a3c87696a75b3830ed4ab49b75550a93#egg=pyScss
#TODO: pyScss support, for now just install sass
--e git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack
+-e git+https://github.com/toastdriven/django-haystack.git@61b377d97efd5390c60c5a37acd009b8e69eb2f3#egg=django-haystack
pysolr
piwik