Skip to main content

Django Extension for Clear S2S

Project description

https://badge.fury.io/py/Django-clear-s2s.svg https://travis-ci.org/sal-git/Django-clear-s2s.svg?branch=master https://codecov.io/gh/sal-git/Django-clear-s2s/branch/master/graph/badge.svg

Your project description goes here

Documentation

The full documentation is at https://Django-clear-s2s.readthedocs.io.

Quickstart

Install Django Clear S2S:

pip install Django-clear-s2s

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_clear_s2s.apps.DjangoClearS2sConfig',
    ...
)

Add Django Clear S2S’s URL patterns:

from django_clear_s2s import urls as django_clear_s2s_urls


urlpatterns = [
    ...
    url(r'^', include(django_clear_s2s_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

History

0.1.0 (2021-08-30)

  • First release on PyPI.

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-clear-s2s-0.1.4.tar.gz (11.6 kB view hashes)

Uploaded Source

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