Posted inpython Tutorials Creating a custom user model in Django Posted by By admin September 3, 2023Posted inpython, TutorialsTags: Django, python Creating a custom user model in Django using AbstractBaseUser is a common practice when building…
Posted inpython Tutorials Django and InfluxDB to save sensor data Posted by By admin September 3, 2023Posted inpython, TutorialsTags: Django, InfluxDB, IoT, sensor Using Django and InfluxDB to save sensor data is a powerful combination, as InfluxDB is…
Posted inpython Tutorials Django. JWT (JSON Web Tokens) Posted by By admin September 3, 2023Posted inpython, TutorialsTags: djngo, JWT, Restful Django Rest Framework (DRF) is a powerful toolkit for building Web APIs in Django. JWT…
Posted inprogramming python Tutorials large-scale web application roadmap Posted by By admin August 20, 2023Posted inprogramming, python, TutorialsTags: Django, python Creating a large-scale web application with video, voice, and text message features using Django (a…
Posted inpython Tutorials Connect to a MongoDB container Posted by By admin August 18, 2023Posted inpython, TutorialsTags: docker, mongodb, pymongo, python To connect to a MongoDB container using PyMongo with a URI, you can follow these…
Posted inpython Tutorials write tests using pytest for a MongoDB Posted by By admin August 18, 2023Posted inpython, TutorialsTags: mongodb, pymongo, python write tests using pytest for a MongoDB user login check, you'll need to create a…
Posted inpython Tutorials user login checks using MongoDB and Python Posted by By admin August 18, 2023Posted inpython, TutorialsTags: mongodb, pymongo, python To perform user login checks using MongoDB and Python, you can follow these steps: Step…
Posted inpython Tutorials Configuring Docker with MongoDB and connecting it with PyMongo Posted by By admin August 18, 2023Posted inpython, TutorialsTags: docker, mongodb, pymongo, python Configuring Docker with MongoDB and connecting it with PyMongo involves several steps. Docker allows you…