django-blog-zinnia icon indicating copy to clipboard operation
django-blog-zinnia copied to clipboard

Fix get User model for cookiecutter-django

Open Admoroux opened this issue 5 years ago • 1 comments

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?

  • [X] Bug fix
  • [ ] New feature

Proposed changes

Warning

Before submitting a pull request make sure you have:

  • [X] Read the guidelines for contributing.
  • [ ] Wrote some tests.
  • [X] Respected the PEP 8.

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

Admoroux avatar Mar 19 '19 08:03 Admoroux

Can I contribute?

Oluwaseun241 avatar Apr 29 '22 17:04 Oluwaseun241