Django Introduction | Set 2 (Creating a Project)
Note- This article is in continuation of Django introduction....
read more
Project Idea – A website acting as transaction between oxygen sellers and buyers
In the present Covid19  situation it has become the need of the hour to find Oxygen sellers in an area. Many people lose their lives due to not finding the oxygen seller in their area. We have come up with a solution for that. What if there was a website where all you needed to do was enter your city name and it showed all the places where you could buy oxygen near you. It will be awesome right!. That’s what we have done....
read more
Difference between Django and PHP
In the present world, many new frameworks have emerged in web technology. One such framework is Django which is based on Python. PHP has been in use for several years and has been serving as a powerful scripting language especially for backend connectivity. This article compares and contrasts Django and PHP....
read more
Django+React Full Stack Development Setup using Dact
When we work on a project having Django as our Back-end and having a powerful front-end using React, the development setup takes a significant amount of time to setup – configuring Babel, Webpack, URLs, views, etc.  We used to set up this earlier to get started with ReactJS before npx create-react-app came....
read more
Wikipedia search app Project using Django
Django is a high-level Python  based Web Framework that allows rapid development and clean, pragmatic design.  It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database – SQLlite3, etc. Today we will create joke app in django....
read more
Django shortcuts: get_list_or_404()
Some functions are hard as well as boring to code each and every time. But Django users don’t have to worry about that because Django has some awesome built in functions to make our work easy and enjoyable. Let’s discuss get_list_or_404() here....
read more
Hosting Your Django Website on a CentOS VPS
Hosting any website/web application on a live server can sometimes become difficult if proper steps are not taken while deploying it. There are mainly 3 different types of hosting:...
read more
Integrating Facebook Like & Share Plugin Using Django
Django is a Python-based web framework that allows you to quickly create efficient web applications. It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database – SQLlite3, etc.  In this article we will learn to integrate facebook comment plugin in django....
read more
Joke Application Project Using Django Framework
Django is a high-level Python-based Web Framework that allows rapid development and clean, pragmatic design.  It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database SQLlite3, etc. Today we will create a Joke app in Django....
read more
Django vs Laravel: Top differences
They are both effective, with Django depending on Python, and Laravel depending on PHP and taking a parcel from another effective system: Symfony. Expecting that the client does not care what language or system we utilize, let me compare the two: Laravel does not give a backend by default, but Django does. So in the event that a client needs an online site with a backend, well, Django wins, since its backend could be small and less complex than that of Joomla or WordPress, but it is still very great. Of course, we may continuously program a backend for Laravel, but Django has one by default....
read more
Integrating Facebook Comments Plugin in Django Project
Django is a Python-based web framework that allows you to quickly create efficient web applications. It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database – SQLlite3, etc.  In this article, we will learn to integrate the Facebook comment plugin in Django....
read more
Project Idea | Pocket Charter
A document is a written, drawn, presented, or memorialized representation of thought often the manifestation of non-fictional as well as fictional content. Documents mean any matter expressed or described upon the substance by means of letters, figures or marks, etc....
read more