-
install oracle database client. you can download it here! and the follow the instruction described in that website.
Note: please note that you might need both "basic" and "developer" edition of the client. -
clone this repository down to your local machine, and cd to that directory
-
install all the required packages
pip install -r requirements.txt
if you have set the oracle client correctly you should have no problem installing packages. 4. start the server with this command
python manage.py runserver
- you can access the website at 127.0.0.1:8000