Solved: django.template.exceptions.TemplateSyntaxError: ‘staticfiles’ is not a registered tag library
When working with Django, you may encounter an error as below, Solution : This error can be … 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
When you are writing python program, sometimes you need to make certain checks on variables and based … Read more
When I was trying to compile latest repo sync Android source code ( Android 10 ), and … Read more
The single instance classes are mostly used when you don’t know how to create a object of … Read more
When you are writing C program, sometimes you need to make certain checks on variables and based … Read more
While working with our another post “Developing REST API using functions in DRF application views” , we … Read more
In this post, we will show a simple program which adds two numbers from two registers and … 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
If you have followed our previous article “How to Install Flutter on Ubuntu Linux” , the next … Read more
If you are trying to compile some already developed code available from github which was bit old … Read more