I am open to opportunities for roles and collaboration in Python Web Development (Django) and Data Analytics.
You have tested your application on you PC and it is working but you want to deploy on alwaysdata and you are getting Bad Gateway. Upon checking your log, you notice this error. Log into your ssh terminal and verify your python version in the virtu...

To access WSL (Windows Subsystem for Linux) files from PowerShell, you can do so through the special \\wsl$\ network path or by navigating directly to the WSL distribution's file system mounted under your user profile. Here are the two main ways: 1....

Creating a Superuser After creating our Django project and an application, we could implement a form for creating users from our browser. First, we would have to create a superuser (that is, a user with admin status) on our terminal to monitor the pr...
