Skip to main content

A django application for bridging bloxby and your django software supporting User creation, package creation and autologin

Project description

https://badge.fury.io/py/django-bloxby.svg https://travis-ci.org/damey2011/django-bloxby.svg?branch=master https://codecov.io/gh/damey2011/django-bloxby/branch/master/graph/badge.svg

A django application for bridging bloxby and your django software supporting User creation, package creation and autologin

Documentation

The full documentation is at https://django-bloxby.readthedocs.io.

Quickstart

Install Django Bloxby:

pip install django-bloxby

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'bloxby.apps.BloxbyConfig',
    ...
)

Add Django Bloxby’s URL patterns:

from bloxby import urls as bloxby_urls


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

Features

  • TODO

Running Tests

Does the code actually work?

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

Credits

Tools used in rendering this package:

History

0.0.1 (2020-04-07)

  • 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-bloxby-0.0.1.tar.gz (7.4 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