Django Index Page 1
Fix: AttributeError - Token Has No Attribute 'objects' [Django REST Framework]
Fix "AttributeError: type object 'Token' has no attribute 'objects'" in Django REST Framework. Add rest_framework.authtoken to INSTALLED_APPS.
Django Index Page 1
How to use postgresql jsonb type with django
Learn how to use PostgreSQL JSONB column by following this tutorial that explain how to use schemaless with django and postgresql
Django Index Page 1
Django: TEST_DATABASE_PREFIX TypeError Fix
In this article we explain how to fix the error
Django Index Page 1
Django 2.0: No attribute lru_cache Error
Django 2.0 installation throws -> AttributeError: 'module' object has no attribute 'lru_cache'. This means that you are using and old version of python. Read more for details
Django Index Page 1
How to serve Django application using uWSGI with Nginx
A tutorial that shows how to setup a Django app using uWSGI with Nginx.