Skip to main content

No project description provided

Project description

Version Build Codecov Maintainability Issues Py versions License

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-webix-sender-1.0.0.tar.gz (41.2 kB view details)

Uploaded Source

File details

Details for the file django-webix-sender-1.0.0.tar.gz.

File metadata

  • Download URL: django-webix-sender-1.0.0.tar.gz
  • Upload date:
  • Size: 41.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4

File hashes

Hashes for django-webix-sender-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e3f8bb6573f0e623a96b601082d3f5400db46d0238b4793206ee3a8695f66f40
MD5 4b80b2cb8f1c8a3e37e9483f8a20a6ce
BLAKE2b-256 b469d326c747fb4131a80c270e68444b244ad8ed4380a2ce38a031b6cff53471

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