Skip to content

Home

Welcome to Django GAuth Library Documentation

Installation

# (Preferred for Development)
pip install -e git+https://github.com/xavient/django-gauth.git#egg=django_gauth
# (Latest Version)
pip install git+https://github.com/xavient/django-gauth.git
# Not Available Yet !! will be soon

Project layout

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