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.5.tar.gz (11.7 kB view details)

Uploaded Source

File details

Details for the file Django-clear-s2s-0.1.5.tar.gz.

File metadata

  • Download URL: Django-clear-s2s-0.1.5.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.3

File hashes

Hashes for Django-clear-s2s-0.1.5.tar.gz
Algorithm Hash digest
SHA256 27a5e96773715963e88fc656e3637f131562a856af528ec04a2b1a87dd79cf5e
MD5 a2371b45b2efc42b7a66dc424cd83341
BLAKE2b-256 0f69032f8a3cc32b0e02066f7516d7eaf31243c2912e0cedd6b7088d55b7b9ed

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