This is package for django site analytics
Project description
This is package for django site analytics
Documentation
The full documentation is at https://dj-dash-repo.readthedocs.io.
Quickstart
Install dj-dash:
pip install dj-dash-repo
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'dashboard.apps.DashboardConfig',
...
)
Add dj-dash’s URL patterns:
from dashboard import urls as dashboard_urls
urlpatterns = [
...
url(r'^', include(dashboard_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 (2018-11-18)
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
dj-dash-repo-0.1.0.tar.gz
(177.2 kB
view details)
Built Distribution
File details
Details for the file dj-dash-repo-0.1.0.tar.gz
.
File metadata
- Download URL: dj-dash-repo-0.1.0.tar.gz
- Upload date:
- Size: 177.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcff742a9047d286801353c43c3aedae429559198e47e1e12f1d7e400e8f802f |
|
MD5 | 9390073f50531ddcf3bb1a159a61abe2 |
|
BLAKE2b-256 | 5016923399d4a268309a03cc1640d76ce72bc867d4f1e70420fd7ef544e7227e |
File details
Details for the file dj_dash_repo-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: dj_dash_repo-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 497.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d89610314f002be39deabe574b98126a4a37af3902ebe0b9eb1e834991c588d8 |
|
MD5 | 4d0fbaf02c7d773150924bd17bd25a0f |
|
BLAKE2b-256 | aebc7e3eac7dc30a61a4197a136a4fb8ca105160729215c65bfa6524bb200854 |