[Fixed]-Django messages framework

1👍

You need to know one thing that, messages will execute only once. Why did you do

args=(messages, )

You can access those messages in BC_treated2 without passing it as args

Leave a comment