Skip to main content

django misc

Project description

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

django misc

Documentation

The full documentation is at https://django_busybody.readthedocs.io.

Quickstart

Install django_busybody:

pip install django_busybody

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_busybody.apps.DjangoBusybodyConfig',
    ...
)

Add django_busybody’s URL patterns:

from django_busybody import urls as django_busybody_urls


urlpatterns = [
    ...
    url(r'^', include(django_busybody_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-05-11)

  • 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_busybody-0.2.1.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

django_busybody-0.2.1-py2.py3-none-any.whl (26.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_busybody-0.2.1.tar.gz.

File metadata

  • Download URL: django_busybody-0.2.1.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for django_busybody-0.2.1.tar.gz
Algorithm Hash digest
SHA256 97bc6d2e281598d448f1a752a18b2f903567dbec3207504c5d2ac2149736fad0
MD5 9af175678f18adf67456891096b9d753
BLAKE2b-256 e82644741c1fe5e755d2e215a21ce386ee83766aa1f8caecab14f7c915ef7190

See more details on using hashes here.

File details

Details for the file django_busybody-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_busybody-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4efc4ec8b7ec0540fec308e28958d37b34c4c57c7c0dc2a80f6a6b88e77339e2
MD5 eebbb8a25416ca9fa8996d6f151d3ea0
BLAKE2b-256 3d417d641a0ec04bfcbcd7b76651908e4eb984103b7f13b0f9cffd423ea4de89

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