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-1.0.0.tar.gz (41.2 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django-webix-sender-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3f8bb6573f0e623a96b601082d3f5400db46d0238b4793206ee3a8695f66f40 |
|
MD5 | 4b80b2cb8f1c8a3e37e9483f8a20a6ce |
|
BLAKE2-256 | b469d326c747fb4131a80c270e68444b244ad8ed4380a2ce38a031b6cff53471 |