This is my first SCADA project, built using Django and Python as well as REST API
on IDE terminal type -
python manage.py runserver
or
python FusionChartsProject\manage.py runserver
If you're using the same version of Python as mine (3.9), you won't face a Virtual Environment issue. Otherwise, delete the "venv" folder and on IDE terminal type -
python -m venv C:\Users\your_username\PycharmProjects\TSK-Asset_Health\venv\
If you're facing cx_oracle not being found error after creating new venv (or for any other reason), on IDE terminal type -
python -m pip install cx_Oracle --upgrade
Another quick note: If you're using PyCharm as the IDE for this project, it'll be better if you install Django and Cx-Oracle using Python Packages GUI in Pycharm!