Installation

At the command line:

$ pip install django-github-storage

After installation, you need append django-github-storage to INSTALLED_APPS in your settings.

INSTALLED_APPS = (
    ...
    'django_github_storage',
    ...
    )

Quick start

After installation, you’ll need to do some things to get your site using django-github-storage.

Requirements

This library supports Python 3.6+ on OSX and Linux.