Skip to content

This is my first SCADA project, built using Django and Python. This is an abandoned freelance project which I plan to continue at a later time. Till then do stay tuned.

License

Notifications You must be signed in to change notification settings

dark-N00B/TSK-Asset_Health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSK-Asset Health (WIP)

This is my first SCADA project, built using Django and Python as well as REST API

How to compile this project

Install Python and Django

Install Pycharm or VS Code

on IDE terminal type -

python manage.py runserver

or

python FusionChartsProject\manage.py runserver

NOTICE

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!

About

This is my first SCADA project, built using Django and Python. This is an abandoned freelance project which I plan to continue at a later time. Till then do stay tuned.

Topics

Resources

License

Stars

Watchers

Forks