Posted inpython Tutorials Creating a custom user model in Django Posted by By admin September 3, 2023 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, 2023 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, 2023 Django Rest Framework (DRF) is a powerful toolkit for building Web APIs in Django. JWT…