Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 501 Bytes

uni

This is the university project for the database improvements.

Requirements

  • Python should be already installed

Installation

For Linux

python -m venv .venv
source .venv/bin/activate
pip install -r ./src/requirements.txt

Run the server

Activate the virtual environment to run the server

python ./src/manage.py runserver

Debugging

Select the virtual environment as python interpeter to be able to debug on vscode