Sumedha Gn[Solved] django.db.utils.OperationalError: (2026, ‘SSL connection error: unknown error number’)I had this issue when running ‘python manage.py makemigrations’ from my Django project to a remote MySQL server. I’m using Django 3.1.7 and…Feb 25, 2022Feb 25, 2022
Sumedha GnHow to integrate Construct 3 game in DjangoThe solution is very straightforward.Oct 22, 2021Oct 22, 2021
Sumedha GnHow to install gmpy2 on PyCharm Windows 10This assumes that you have Visual Studio installed. If you have not done so, install Visual Studio (Community).Aug 3, 2021Aug 3, 2021
Sumedha GnDjango - Integrity error: Foreign Key constraint failedThe Django version I am using 3.1.7 and SQLite. I encountered this issue although I was not using any foreign key constraints in my…Apr 2, 20213Apr 2, 20213
Sumedha Gn[Solved] Class ‘App\Http\Controllers\User’ not found (in UserController.php) LaravelI’ve recently embarked on a journey to learn Laravel and while going through a tutorial, I encountered this error when trying to create a…Nov 24, 2020Nov 24, 2020
Sumedha Gn[Solved]fatal: not a git repository (or any of the parent directories): .gitThe error means that you are running a Git command outside of a Git repository.Jul 16, 2020Jul 16, 2020
Sumedha Gn[Solved]fatal: unable to access : Could not resolve host: github.comWhen you haven't pull or push from your Git repository for some time, you might face such an error. To resolve, you need to run the…Jun 11, 2020Jun 11, 2020
Sumedha GnHow to install gmpy2 on Pycharm Windows 10I was facing multiple errors when I tried installing gmpy2 on Pycharm.Dec 26, 2019Dec 26, 2019