Skip to main content

Django-fastdev is an app that makes it faster and more fun to develop Django apps

Project description

Django-fastdev is an app that makes it faster and more fun to develop Django apps.

Features

Saner templates

Django templates by default hide errors, and when it does show an error it’s often not very helpful. This app will change this so that if you do:

{{ does_not_exist }}

instead of rendering that as an empty string, this app will give you an error message:

does_not_exist does not exist in context. Available top level variables:

    DEFAULT_MESSAGE_LEVELS
    False
    None
    True
    bar
    csrf_token
    foo
    messages
    perms
    request
    user

There are more specialized error messages for when you try to access the contents of a dict, and attributes of an object a few levels deep like foo.bar.baz (where baz doesn’t exist).

Usage

First install: pip install django-fastdev

In settings.py add django_fastdev to INSTALLED_APPS:

 INSTALLED_APPS = [
     # ...
     'django_fastdev',
]

Enjoy a nicer Django experience!

License

BSD

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-fastdev-1.0.2.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_fastdev-1.0.2-py2.py3-none-any.whl (3.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-fastdev-1.0.2.tar.gz.

File metadata

  • Download URL: django-fastdev-1.0.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for django-fastdev-1.0.2.tar.gz
Algorithm Hash digest
SHA256 dbd34abf489a3e15a42ddbb1764d34cb6075fe1963206288b44fa8bd7c707867
MD5 bed92ce69a30f9b7cb0b7c5f430e601e
BLAKE2b-256 e686e6cd1f8b21c18f99d94cd1edb019fe32d558acbb8be3502f4473ff554410

See more details on using hashes here.

File details

Details for the file django_fastdev-1.0.2-py2.py3-none-any.whl.

File metadata

  • Download URL: django_fastdev-1.0.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for django_fastdev-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f2d63bbd3441dd34b8a0613eff13bca42ab48c10d55362eadfd6613684457dd5
MD5 6104f14c3059591ee801f3528ff23aef
BLAKE2b-256 7a1fbbb33540c9e811ee04f35f7bd643a70d428a556a46967d1d36f8df5fb9d8

See more details on using hashes here.

Supported by

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