#django
Read more stories on Hashnode
Articles with this tag
DRF creates endpoints for us to Create, Update, Retrieve & Delete models. We have a model named Post //models.py from django.db import models from...
Tired of sending multiple links? 🥱 I created a small web app for zipping multiple links into 1 link 🔗 Source Code below 👇 Technical Details I used...
Django is an open-source web framework written in Python. Django lets you turn your concept into application within a matter of hours. It is a...