Overriding Django Form Model Errors

2019-07-28 Thread Metin AKIN
[image: Capture.PNG] [image: Capture - Copy.PNG] Hello, I'm trying to implement a signup form but I couldn't override default field error messages. For example, as you can see I get "your password can't be too similar" error but I want to show them in custom alert window with bootstrap such

Reverse not found problem

2019-05-02 Thread Metin AKIN
Hello, I'm new to django. I have faced with this problem and couldn't find an answer to my problem. I zip 2 lists and I want to iterate them simultaneously. I get this error > > Reverse for '{{newspaper}}' not found. '{{newspaper}}' is not a valid view > function or pattern name. > > my html