In this tutorial I will show you how to create custom 404 error page in Django.
I got this following error while running the python outside of the usual manage.py commands.
In this tutorial I will show you how to restrict access to the page Access only for logged user in Django.
I got this following error on migrate "Migration admin.0001_initial is applied before its dependency admin.0001_initial on database default"
The following error indicates that the relation with model 'AUTH_USER_MODEL', which is not installed in settings.py
In this tutorial I will show you how to add two numbers in django python program.
I got this following error while running django web application "FieldError Cannot resolve keyword 'id' into field.
I got this following error while trying to add a non-nullable field (description) to an existing model (Category) without specifying a default value.
I got this following error while running the django web project "ImportError: cannot import name 'url' from 'django.conf.urls'"
I got this following error while running django project "ProgrammingError at /admin/ Table 'django_session' doesn't exist".