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:
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-fastdev-1.0.0.tar.gz.
File metadata
- Download URL: django-fastdev-1.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/46.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3f780f6046a9ad7b07b0110f9c6e4166cb1d8f82dadb97a81f1269412f70d5b
|
|
| MD5 |
fbdb3ba9e5d1ada6a0bcb6db1203cd7b
|
|
| BLAKE2b-256 |
5bb732233d6ad8ad90ae85530a237865c503dc8869e8dcf70fba35aa4ee57ad1
|
File details
Details for the file django_fastdev-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_fastdev-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/46.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5271bbfe6b1485963ef0f60148f85a9ea0c51d7cf861873caf81cebaab7ead07
|
|
| MD5 |
a0b1b2984d35cae3c8e8c8feb328fa6d
|
|
| BLAKE2b-256 |
e7f1b48c09caa929206188f34fbe50567f737418716cec02be4e9245c6948941
|