Nice looking templates for django-allauth
The AllAuth UI is a library that provides UI templates for django-allauth, a popular Django library. While django-allauth provides minimal HTML templates by default, the AllAuth UI aims to provide more visually appealing and user-friendly templates for login, logout, and signup pages. By using this library, developers can save time by not having to redesign these pages for each new Django project.
To install the AllAuth UI, follow these steps:
django-widget-tweaks by running the command pip install django-widget-tweaks.django-widget-tweaks to the INSTALLED_APPS in your Django project settings.django-allauth-ui before django-allauth in the INSTALLED_APPS in your Django project settings. You can refer to the example in ./tests/settings.py.python manage.py collectstatic to collect static files.The AllAuth UI is a library that provides pre-designed UI templates for django-allauth, saving developers time and effort in redesigning login, logout, and signup pages for each new Django project. With a responsive design, stylish social login themes, and additional error information, the AllAuth UI enhances the user experience of authentication processes in Django applications.