Skip to content

NHJ-K/Facileclass

Repository files navigation

#Not Completed

LMS

My final year college project with
@Krishnadas
@Yaseen
@Nakhilesh

Setup Instructions

Setup Virtual Environment

pip install virtualenv
py -m venv env
.\env\Scripts\activate

Install Required Python Modules

pip install -r requirements.txt

Reset DB

python manage.py flush

Update Database

python manage.py makemigrations
python manage.py migrate

Start Web Server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors