Requested setting INSTALLED_APPS, but settings are not configured. You must either define.. By: Mohamed Rasik Category:Python 17 October 2024 I got this following error while running the python outside of the usual manage.py commands. Read More
ValueError:All arrays must be of the same length - Python By: Mohamed Rasik Category:Python 4 September 2024 I got this following error while running python program "ValueError: All arrays must be of the same length" Read More
Check hostname requires server hostname - SOLVED By: Mohamed Rasik Category:Python 29 August 2024 I got the following error in python project "check hostname requires server hostname" Read More
How to restrict access to the page Access only for logged user in Django By: Mohamed Rasik Category:Python 26 June 2024 In this tutorial I will show you how to restrict access to the page Access only for logged user in Django. Read More
Migration admin.0001_initial is applied before its dependency admin.0001_initial on database default By: Mohamed Rasik Category:Python 15 June 2024 I got this following error on migrate "Migration admin.0001_initial is applied before its dependency admin.0001_initial on database default" Read More
Add or change a related_name argument to the definition for 'auth.User.groups' or 'DriverUser.groups'. -Django ERROR By: Mohamed Rasik Category:Python 8 June 2024 The following error indicates that the relation with model 'AUTH_USER_MODEL', which is not installed in settings.py Read More
Addition of two numbers in django python By: Mohamed Rasik Category:Python 20 May 2024 In this tutorial I will show you how to add two numbers in django python program. Read More
The request was aborted: Could not create SSL/TLS secure channel -Error in Asp.net By: Mohamed Rasik Category:asp.net MVC 2 May 2024 I got this following error "Could not create SSL/TLS secure channel" in your ASP.NET MVC WebClient application. Read More
FieldError: Cannot resolve keyword 'id' into field in Django project By: Mohamed Rasik Category:Python 28 April 2024 I got this following error while running django web application "FieldError Cannot resolve keyword 'id' into field. Read More
How to hide the ID field from the Django admin? By: Mohamed Rasik Category:Python 24 April 2024 In this video tutorial I will show you how to hide the ID field from the Django admin. Read More