Dynamic form field based on another model’s entries and save them in a m2m way in Django
It’s been a while since I have done this type of brain storming stuff. Today is my country’s victory day and I have got some…
Thoughts, tutorials, and research notes.
It’s been a while since I have done this type of brain storming stuff. Today is my country’s victory day and I have got some…
It is bit tricky to do this all together. Let me give me a overview why I choose these tools . IntelliJ IDEA is an…
Few months ago I wrote a code in AngularJS which was something like this: <ul ng-repeat="course in courses|filter:{is_taken:true }" > <li>{{ course.name }}</li> </ul> …
Security is always a big deal for a software specially for web app where you don’t know your users’ intention. To ensure some common security…