Skip to content

Home

Welcome to Django GAuth Library Documentation

Installation

pip install django-gauth
# (Preferred for testing out niche experimental features )
pip install -e git+https://github.com/masterPiece93/django-gauth.git#egg=django_gauth
# (Specific Tag Version)
pip install git+https://github.com/masterPiece93/django-gauth.git@v0.1.2#egg=django_gauth

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.