jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Look through the deleted documentation and fill in missing bits #17

Open jonathan-s opened 4 years ago

jonathan-s commented 4 years ago

While revamping the documentation for django I chose to delete some documentation, there are still some nuggets of wisdom in this deleted documentation. Like topics that could need django specific documentation.

So take a look at this commit: https://github.com/jonathan-s/django-sockpuppet/commit/4609530b958729d3befb8d6b459f94a6fc3c8e79

And fill in some of those missing bits.

Also see #24 for some deletions.

jonathan-s commented 4 years ago

A note on the usage of flash messages in reflexes. They do not work, and cannot work. If you want to use flash messages, create an intermediary view that redirects to the right view. The intermediary view will add the flash message and redirect to the correct view.