Skip to content

This repository is about managing School Schedules based on a practice test that i took.

Notifications You must be signed in to change notification settings

Django-Projects-Ls/SchoolSchedules

Repository files navigation

SchoolSchedules

Setup Virtual Environment (venv)

Linux

These commands bellow are creating a folder .venv and activate the environment in the terminal.

python3 manage.py venv .venv
source .venv/bin/activate

Windows

py manage.py venv .venv
.venv/Scripts/activate

Installing Dependencies (requirements.txt)

pip install -r requirements.txt

Running server

python3 manage.py runserver

About

This repository is about managing School Schedules based on a practice test that i took.

Resources

Stars

Watchers

Forks