Django is a popular Python web framework that makes it easy to build web applications quickly. One of the key
Continue readingTag: django
Starbucks Locator | Python Project | Mapbox Integration
This Project is build with Python django framework where there is mapbox integration to include maps in django application. Based
Continue readingAPIView in Django Rest Framework
In Django rest framework we can also write simple Function based views like below, It provides a set of simple
Continue readingAdd Text Editor in Django | Summernote WYSIWYG Editor
we can have multiple choices to add a text editor in django framework like tinymce,ckeditor, summernote ext. In this article
Continue readingCredit Card Fraud Detection System | Machine Learning | Django
Watch Demo Video On THECODESPACE Youtube Channel https://www.youtube.com/watch?v=kSVmRGBVpuQjango Project Functionalities User Login User Logout About Section Administration Section
Continue readingHow to Integrate Custom Rich Text-Editor in Your Django Website
In this article, we will implement tinymce text editor in our Django application. What is django-tinymce? django-tinymce is a Django application that
Continue readingHow To Style Django Admin Panel
I think most of you are bored with default Django admin panel style right? Let’s modify it… To change theme
Continue readingHow to integrate React with Django
Open two terminals(cmd) on Your Desktop.(You can also create it in any drive path.) In First Terminal Create Django Project(here
Continue readingHow to build a Facebook Messenger bot using Django, Ngrok,Facebook api
What you need to know — Python; Django🙂let’s start🙂 1. First things first — Facebook App & its page! To
Continue readingDeploy Django App on PythonAnywhere
Step 1 :- Create Django Project For Deployment or use what you have created and some required local changes django-admin
Continue reading