Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/community/eve-auth-for-django/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ A Django app for authorizing Django sites with the EVE Online SSO service.
[![release](https://img.shields.io/pypi/v/django-eve-auth?label=release)](https://pypi.org/project/django-eve-auth/)
[![python](https://img.shields.io/pypi/pyversions/django-eve-auth)](https://pypi.org/project/django-eve-auth/)
[![django](https://img.shields.io/pypi/djversions/django-eve-auth?label=django)](https://pypi.org/project/django-eve-auth/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://gitlab.com/ErikKalkoken/python-eveauth/-/blob/master/LICENSE)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/ErikKalkoken/django-eve-auth#MIT-1-ov-file)
[![chat](https://img.shields.io/discord/790364535294132234)](https://discord.gg/zmh52wnfvM)

<div class="grid cards" markdown>

- [:octicons-browser-16: **Website**](https://erikkalkoken.github.io/python-eveauth){ .esi-card-link }
- [:octicons-mark-gitlab-16: **GitHub**](https://gitlab.com/ErikKalkoken/django-eve-auth){ .esi-card-link }
- [:octicons-browser-16: __Website__](https://django-eve-auth.readthedocs.io){ .esi-card-link }
- [:octicons-mark-github-16: __GitHub__](https://github.com/ErikKalkoken/django-eve-auth){ .esi-card-link }
- [:simple-discord: __Discord__](https://discord.gg/zmh52wnfvM){ .esi-card-link }

</div>

Expand All @@ -35,4 +37,4 @@ A Django app for authorizing Django sites with the EVE Online SSO service.
- Also includes a template tag for creating user icons with the related eve character portrait
- Fully tested

For more information please visit the [GitLab repository](https://gitlab.com/ErikKalkoken/django-eve-auth).
For more information please visit the [GitHub repository](https://github.com/ErikKalkoken/django-eve-auth).