How to set / change the timezone in Django ?
If you have followed to create your first django project “Starting webserver using your first simple Django … 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
This post is in continuation of “Developing first REST API using Django Rest Framework ( DRF )” … Read more
This post is heavily based on “Writing your first Django App” article from django documentation. The only … Read more
What is Nginx ? NGINX is open source software for web serving, reverse proxying, caching, load balancing, media … Read more
WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server … Read more
When we were working with Django rest framework and trying to design a response JSON, we got … Read more