Enhance your Django development experience
Documentation
The full documentation is at https://django-lens.readthedocs.io.
Quickstart
Install Django Lens:
pip install django-lens
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'lens.apps.LensConfig',
...
)
Add Django Lens’s URL patterns:
from lens import urls as lens_urls
urlpatterns = [
...
url(r'^', include(lens_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.0.0 (2023-03-05)
First release on PyPI.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-lens-0.0.2.tar.gz
(335.3 kB
view details)
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-lens-0.0.2.tar.gz.
File metadata
- Download URL: django-lens-0.0.2.tar.gz
- Upload date:
- Size: 335.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94ead7ea28c35d05ed63e819ffeb6c08acc325c66b4660f9088873b1f9037e85
|
|
| MD5 |
1e9f71732c71e20d2744b8675309d94a
|
|
| BLAKE2b-256 |
faa1c02b85845eaa91c8cc17bfd972d75af472c6884253b40fcffd99feee4dd1
|
File details
Details for the file django_lens-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: django_lens-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 353.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd0dd66ca737028f6be1c3fe8a9bd5aa120dbd6d0b0d3e831fe23ba0a2acee5f
|
|
| MD5 |
44d305e2f631c8b7800db88b1f1b52dd
|
|
| BLAKE2b-256 |
2de1fe97b21110f925b07469ceb859a5de800c34aa7a22beb35391bbca4ca51c
|