Skip to main content

A trivia collection framework for Django

Project description

django-qwert is a trivia snippet collection of Django which used in Kawaz

Install

pip install django-qwert

Features

  1. Http403 exception

    Like Http404 exception. You can raise Http403 exception and HttpResponseForbidden will be responsed

  2. User based exception

    Super user can see Django technical exception page even when DEBUG=False

  3. Global request

    Developpers can access request instance duaring request process with thread local mechanisms

  4. with_request decorator

    To enable handling request instance in form, convert form class and classbased generic view class. It is useful to determine the author of the object in method of form.

  5. Useful templatetags and some extra builtin templatetags

    • expr (extra builtin)

      calculate python expression in template

    • evaluate

      evaluate django template in string

    • truncateletters (extra builtin)

      like truncatewords, this truncate letters. Useful to use the language which does not have space for delimiter (like Japanese, Chinese …etc)

    • markdown

      enhanced markdown filter which can care about the markdown extensions. markdown is required to use this templatetag.

    • urlize_html

      urlize filter for HTML string. BeautifulSoup is required to use this templatetag

  6. Enhanced override_settings

    Similar with Django 1.4 override_settings but it will recall syncdb command when new app is appended to INSTALLED_APPS. And with_apps and without_apps decorator/context manager is added.

  7. Automatically test user is created in syncdb command

Settings

AUTO_CREATE_TESTUSER

To disable automatically creating test user in syncdb command, set False to this setting. Default: True

TESTUSER_USERNAME

An username of test user. Default: 'admin'

TESTUSER_EMAIL

An email address of test user. Default: "%s@test.com" % TESTUSER_USERNAME

TESTUSER_PASSWORD

A password of test user. Default: 'password'

ENABLE_EXTRA_BUILTINS

To disable adding extra templatetags to buitlin, set False.

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.2.2.tar.gz (26.3 kB view details)

Uploaded Source

File details

Details for the file django-qwert-0.2.2.tar.gz.

File metadata

File hashes

Hashes for django-qwert-0.2.2.tar.gz
Algorithm Hash digest
SHA256 c1002916fba727352ab979d15915ff2f5452791c246f392e107b92b858ad2426
MD5 d00c43bab80842a507b570f6b0b6d67b
BLAKE2b-256 0fd269664f01c17144b7c12b62acb53af0bd2d72a231ee033e80d47fa9aecec5

See more details on using hashes here.

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