Looking for something that could let you split your data across multiple pages in your Django application ? Want only specified number of results on every page and thus, have a list of pages to…
Django : The User Model
When I started working on my Django application, the first thing I wanted to do was to implement the Registration and Login functionality. In other words, what I wanted to implement was User Authentication. In…
Beautifying Alerts
It was when I was tired of searching methods to beautify the alerts in my new Django based Question Answer Forum Application without much headache, that I found an awesome thing called ‘Sweet Alert’. Yeah…