django misc
Project description
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
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
django_busybody-0.2.1.tar.gz
(18.5 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_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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97bc6d2e281598d448f1a752a18b2f903567dbec3207504c5d2ac2149736fad0
|
|
| MD5 |
9af175678f18adf67456891096b9d753
|
|
| BLAKE2b-256 |
e82644741c1fe5e755d2e215a21ce386ee83766aa1f8caecab14f7c915ef7190
|
File details
Details for the file django_busybody-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: django_busybody-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 26.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4efc4ec8b7ec0540fec308e28958d37b34c4c57c7c0dc2a80f6a6b88e77339e2
|
|
| MD5 |
eebbb8a25416ca9fa8996d6f151d3ea0
|
|
| BLAKE2b-256 |
3d417d641a0ec04bfcbcd7b76651908e4eb984103b7f13b0f9cffd423ea4de89
|