• About Us
    • Contact Us
    • Privacy Policy
    • Terms and Conditions
CodeFires
CodeFires

django

Filtering in graphql

Implementation Of Filtering In GraphQL Python

  • March 1, 2022
Filtering in graphql uses relay, node, and edges for obtaining the result that matches certain criteria that you specify.
Continue Reading
how-add-imagefield-django-model

How to Add ImageField in Django Model

  • May 25, 2021
According to statistics, blog posts with images receive 94% more view than those without images. Thus, having at least one image in a post increases the usual traffic in...
Continue Reading
how-use-humanize-tags-django

How to Use Humanize Tags in Django

  • April 27, 2021
Django Humanize tags used to give human touch to data that provides set of template filters like apnumber, intcomma, intword, naturalday, naturaltime and ordinal.
Continue Reading
create-simple-rest-api-django

Create Simple REST API with Django

  • November 14, 2020
In this blog post, we are going to make simple Books API using Django REST Framework package. Django REST Framework is the most powerful, flexible, mature, full of features,...
Continue Reading
In this blog post, we connect MySQL database with Django project from scratch using mysqlclient python package. Here we will used MySQL Workbench GUI tool for creating database.

How to Connect MySQL Database with Django Project

  • September 30, 2020
In this blog post, we connect MySQL database with Django project from scratch using mysqlclient python package. Here we will used MySQL Workbench GUI tool for creating database.
Continue Reading
infinite-scroll-django

Implement An Infinite Scrolling With Django

  • September 21, 2020
Implementing infinite scrolling with django as like the web pages in facebook, twitter, instagram using django's Paginator class and a jQuery plug-in called jScroll. jScroll is a jQuery...
Continue Reading

Posts navigation

1 2 Next

Recent Posts

  • Implementation Of Filtering In GraphQL Python
  • Random Module In Python
  • How To Implement Interface In Python

2022 All Rights Reserved

Footer Menu

  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions