Skip to main content

Enhance your Django development experience

Project description

https://badge.fury.io/py/django-lens.svg https://travis-ci.org/v1k45/django-lens.svg?branch=master https://codecov.io/gh/v1k45/django-lens/branch/master/graph/badge.svg

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.

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-lens-0.0.2.tar.gz (335.3 kB view details)

Uploaded Source

Built Distribution

django_lens-0.0.2-py2.py3-none-any.whl (353.8 kB view details)

Uploaded Python 2 Python 3

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

Hashes for django-lens-0.0.2.tar.gz
Algorithm Hash digest
SHA256 94ead7ea28c35d05ed63e819ffeb6c08acc325c66b4660f9088873b1f9037e85
MD5 1e9f71732c71e20d2744b8675309d94a
BLAKE2b-256 faa1c02b85845eaa91c8cc17bfd972d75af472c6884253b40fcffd99feee4dd1

See more details on using hashes here.

File details

Details for the file django_lens-0.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_lens-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cd0dd66ca737028f6be1c3fe8a9bd5aa120dbd6d0b0d3e831fe23ba0a2acee5f
MD5 44d305e2f631c8b7800db88b1f1b52dd
BLAKE2b-256 2de1fe97b21110f925b07469ceb859a5de800c34aa7a22beb35391bbca4ca51c

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