cookiecutter-django icon indicating copy to clipboard operation
cookiecutter-django copied to clipboard

Add django-allauth-ui for auth templates

Open danihodovic opened this issue 2 years ago • 4 comments

image

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

danihodovic avatar Mar 05 '22 16:03 danihodovic

Ping @browniebroke

danihodovic avatar Oct 24 '23 19:10 danihodovic

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.

foarsitter avatar Oct 24 '23 19:10 foarsitter

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?

danihodovic avatar Oct 24 '23 20:10 danihodovic

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.

foarsitter avatar Oct 25 '23 07:10 foarsitter