Skip to main content

Django's useful snippets collection

Project description

``django-qwert`` is django's snippets collection by Alisue
each snippets' has different author so please checkout the link on the each file's comment.
(some code is written by me or couldn't find source url)

Install
===========================================
::

sudo pip install django-qwert

or::

sudo pip install git+git://github.com/lambdalisue/django-qwert.git#egg=django-qwert


Features
==========================================

+ Http403 Exception
http://chronosbox.org/blog/manipulando-erros-http-403-permissao-negada-no-django?lang=en
+ User based exception
http://djangosnippets.org/snippets/935/
+ Thread local (global request)
+ Automatically generate test user on syncdb when DEBUG=True
http://stackoverflow.com/questions/1466827/
+ Protect comment post from spam using Akismet
+ Useful templatetags

+ smart_if
+ expr
+ evaluate_tag
+ get_archives
+ get_latest
+ get_links
+ markdown_tags
+ truncateletters
+ urlize_html

Required
=========================================
+ BeautifulSoup
+ Akismet
+ markdown

Settings
=========================================

Automatically generate test user on syncdb when DEBUG=True
----------------------------------------------------------
``AUTO_CREATE_USER``
When it ``True`` then create test user (username: admin, password: admin) automatically when syncdb is running.
the default value is ``True``

Protect comment post from spam using Akismet
----------------------------------------------------------
``AKISMET_COMMENT_PROTECT``
When it ``True`` then protecting comment post by Akismet feature is enable. the default value is ``True``

``TYPEPAD_ANTISPAM_API_KEY``
When it is setted using Typepad antispam is used for protecting comment

``AKISMET_API_KEY``
Required to set for enabling protecting feature.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-qwert-0.1rc2.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

django_qwert-0.1rc2-py2.7.egg (34.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page