cookiecutter-django
cookiecutter-django copied to clipboard
Add django-allauth-ui for auth templates
Description
I use cookiecutter-django and all new projects, but I almost always find myself customizing the auth pages to get a nice look. I've built a package to consolidate the work I repeat for each project. The pages for login / signup / social login among others are all handled.
Rationale
It's a better alternative to the current pages offered by cookiecutter-django. If there is a desire for theming and color changes let me know and I'll make the appropriate changes.
https://github.com/danihodovic/django-allauth-ui
Ping @browniebroke
The problem you are solving with your library is legit, but it is bundled with tailwind right? This project only utilizes Bootstrap so that is a problem.
It contains compiled tailwind css. Why is that a problem?
Do you prefer the html skeleton that comes with allauth-ui or a styled login page?
This project has the option to compile its own css. So, if I'm correct, the allauth-ui pages aren't updated accordingly right? Then it is of little value to me since I have to throw it all away just like I'm doing in the current setup.
If we can find a way to support Bootstrap & Tailwind it would be a major benefit.