how to use toast with django code example
Example 1: download toasts in django
.notification{
position: absolute;
top: 5rem;
right: 1rem;
}
Example 2: use toasts in django
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="{% static 'css/toastr.css' %}" media="all">
<script type="text/javascript" src="{% static 'js/toastr.min.js' %}"></script>