Planner (backend)
Academic planner application designed for students and counselors.
Installation
git clone https://github.com/khodealib/planner_backend
cd planner_backend
python -m virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
python manage.py runserver