Creating Models in Django

🚀 Creating Models in Django Django models define the structure of your database tables. Each model is a Python class that inherits from models.Model, and Django automatically creates datab...
0 Read More

Setting Up AWS S3 with Django

Ever tried to build a CMS fearing scalability? Me neither, but when we code, we should always do best practices! So while Django thoughtfully provides a static folder for your assets, it will definite...
0 Read More