No project description provided
Project description
Documentation
The full documentation is at https://django-webix-sender.readthedocs.io.
Quickstart
Install Django Webix Sender:
$ pip install django-webix-sender
Add django-webix-sender to your INSTALLED_APPS
INSTALLED_APPS = [ # ... 'django_webix_sender', # ... ]
Add django-webix-sender URLconf to your project urls.py file
from django.conf.urls import url, include urlpatterns = [ # ... url(r'^django-webix-sender/', include('django_webix_sender.urls')), # ... ]
Running Tests
Does the code actually work?
$ source <YOURVIRTUALENV>/bin/activate $ (myenv) $ pip install tox $ (myenv) $ tox
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django-webix-sender-0.3.6.tar.gz (39.9 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django-webix-sender-0.3.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01a59ab2a151ea201506a8e90f53b94b298f1556c68e8febed98469b802d5516 |
|
MD5 | c19738b7be41c8a804a56ced5d56264e |
|
BLAKE2-256 | f9fc44df04df99d008f7f48b4d1f1080903a53bb315a84054fd0eccc010b2dd5 |