dhasegan / connect.academy

Educational platform
www.connect.academy
MIT License
2 stars 0 forks source link

Messages for error handling #201

Open dhasegan opened 9 years ago

dhasegan commented 9 years ago

as me discussed in our emails

dhasegan commented 9 years ago

Ok, so doing it through cookies would be a pain and too complicated. I found a thing: https://docs.djangoproject.com/en/dev/ref/contrib/messages/ I will use this

tpllaha commented 9 years ago

Perfect! That looks exactly like what we need. I would advise using the storage.cookie.CookieStorage backend. I think we should try to save as much stuff as possible on clients' machines. We already have enough load on the servers.

On Sun, Dec 7, 2014 at 2:22 AM, Daniel Hasegan notifications@github.com wrote:

Ok, so doing it through cookies would be a pain and too complicated. I found a thing: https://docs.djangoproject.com/en/dev/ref/contrib/messages/ I will use this

— Reply to this email directly or view it on GitHub https://github.com/dhasegan/connect.academy/issues/201#issuecomment-65922341 .