Using Custom Tags to Display Dashboard in Django Admin

0
Small talk about Django AdminDjango Admin is a Django feature that enables the user to manage the contents of the site. It is recommended...

How to Set Up Your Homepage with Django

0
Pre-requisite:Set up Django and linked database of choiceAfter having installed Django, there are various folders that have been automatically created for you. At this...

Logistic Regression: A Primer II. The Cost Function

0
From our earlier post, we delved into the reasons behind using a Sigmoid function for the Logistic Regression rather than a normal linear function. In...

Django Periodic Task with Celery Task Queue

0
Task Queue? Periodic Tasks? What are they?Task Queue is a way of organizing work or tasks in programs asynchronously, without a user’s request, and...

Understanding Models, Views and Serializers in Django

0
Soo we are back once again this week, talking about models, views and serializers — essentially everything you will need to get an up-and-running...

Creating a Django Web Application with a PostgreSQL Database on Windows

0
At some point in time, you will foray into the realm of web development. With the many frameworks out there, you may be confused...