Tag: django
How to Build Custom Pagination in Django to Overcome Django Paginator Drawbacks
Recently, we ran into a situation where page loading was taking us more than 10 seconds. After investigating we found that Django Paginator was...Django CreditCard Custom field
We all are in need of Credit Card fields and how to determine what type of card we have selected, and how we will...How to Create your own Template Filter in Django
Django’s template language comes with a wide variety of built-in tags and filters designed to address the presentation logic needs of your application. Nevertheless,...Writing Custom Management Commands in Django
Django is a free and open source python based web-framework that allows us to develop interactive web applications that too with easy to use...How To Handle Static Files in Django
Setting Up Project We will try everything inside a virtual environment. We name our virtual environment as staticvirt. So the command we need is,...Tools & Practices
Tools and Technologies we use at Applied