Fantomas42 / django-blog-zinnia

Simple yet powerful and really extendable application for managing a blog within your Django Web site.
http://django-blog-zinnia.com/
BSD 3-Clause "New" or "Revised" License
2.11k stars 730 forks source link

Fix get User model for cookiecutter-django #555

Open Admoroux opened 5 years ago

Admoroux commented 5 years ago

This change fixes issue Can't migrate database on fresh install with cookiecutter-django. #537, opened by flaviobarros. This way, User model is allways notified right using Django Auth system.

What is the purpose of your pull request?

Proposed changes

Warning

Before submitting a pull request make sure you have:

I didn't write any test but main zinnia tests pass al OK.

Oluwaseun241 commented 2 years ago

Can I contribute?