Skip to content

A gamified Django-based website where teachers organize classes, manage tasks and track grades as XP.

Notifications You must be signed in to change notification settings

brunobpinto/class-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class Dashboard

How to Install Dependencies and Run Django

First, we need to activate the Virtual Environment (venv) where Django is installed:

source venv/bin/activate

Then, paste the following commands to install Django and other Dependencies in your Codespace: (Only once per Codespace)

pip install -r requirements.txt

And lastly, paste the following commands to Run the Development Server:

cd django_project
python manage.py runserver

About

A gamified Django-based website where teachers organize classes, manage tasks and track grades as XP.

Topics

Resources

Stars

Watchers

Forks

Languages