An open API service indexing awesome lists of open source software.

https://github.com/alexmhack/django-libs

testing out awesome Django apps, projects and resources.
https://github.com/alexmhack/django-libs

django-apps django-packages django2

Last synced: 6 months ago
JSON representation

testing out awesome Django apps, projects and resources.

Awesome Lists containing this project

README

          

# django-libs
testing out awesome Django apps, projects and resources.

**Django Admin Template** from [Django JET](https://github.com/geex-arts/django-jet).
Visit the docs for more info.

[django-allauth](https://django-allauth.readthedocs.io/en/latest/installation.html) which provides integrated set of Django applications addressing
authentication, registration, account management as well as 3rd party (social) account
authentication.

[django-hijack](https://github.com/arteria/django-hijack/)
With Django Hijack, admins can log in and work on behalf of other users without having
to know their credentials.

If you want to display the hijack button in the Django admin's user list which is
usually located at /admin/auth/user/, have a look at the [django-hijack-admin](
https://github.com/arteria/django-hijack-admin)