emrehayirci / deps

Deps is a very simple announcement board application that is written in Django & React. It aims to be easy to configure and easy to use.
GNU General Public License v3.0
0 stars 3 forks source link

Integrating Messaging System #13

Closed emrehayirci closed 6 years ago

emrehayirci commented 7 years ago

We need to show feedback to user when user added, updated or removed an object if the operation succeeded or not

this can be used: https://docs.djangoproject.com/en/1.11/ref/contrib/messages/

emrehayirci commented 6 years ago

This issue now closed. After integrating React we are not going to use signals.