Sometimes you may need to get unique values from Django Queryset. Here are the steps to get distinct values from queryset.
Django
How to Combine Querysets in Django
Sometimes you may need to combine querysets in Django. Here are the steps to merge Django querysets.
How to Get Field Value in Django Queryset
How to Create Superuser in Django
How to Retrieve POST Request Data in Django
Very often you may need to handle POST data in Django. Here is how to retrieve POST request data in Django.
How to Capture URL Parameters in Django Request
Very often you may need to capture URL parameters in Django request. Here are the steps to read URL parameters passed in user request.
How to Lookup Dictionary Value with Key in Django Template
How to Loop Through List in Django Template
Sometimes you may need to iterate over python list or use for loop in Django template. Here is how to loop through list in Django Template.
How to Run Python Script in Django Project
Sometimes you may need to run python script in django shell or web page. Here is how to run python script in Django project.
How to Disable CSRF validation in Django View
Django offers CSRF protection for all views by default. Here is how to disable CSRF validation in Django view