How to implement Pagination with Django & Django REST Framework ?
When you are working with lots of data like millions of object entries in the database, its … Read more
When you are working with lots of data like millions of object entries in the database, its … Read more
As we have seen in our previous post, “Writing class based Views in Django REST Framework” we … Read more
Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons you might … Read more
This error is related to “Installing Django and Django-REST Framework on ubuntu” , if you have Django … Read more
When working with Django, you may encounter an error as below, Solution : This error can be … Read more
If you have followed to create your first django project “Starting webserver using your first simple Django … Read more
While working with our another post “Developing REST API using functions in DRF application views” , we … Read more
As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more
As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more
By default when you login to admin dashboard, http://127.0.0.1:8000/admin/ you will only see “Authentication and Authorisation ” … Read more
This post is in continuation with our previous post “Developing first REST API using Django Rest Framework … Read more
This post describes how you can create a user who can login to the django admin site. … Read more