Skip to content
/ LMX Public

Learning Management System "Extended" - Final Capstone Project for EPAI Course under The School of AI

License

Notifications You must be signed in to change notification settings

TSAI-Labs/LMX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMX

This is the django development version of LMX Software.

Initials

If you don't have the repo, open a shell and run

git clone https://github.com/TSAI-Labs/LMX.git
cd LMX

If you already have the repo in your home directory. Go inside it and make sure you have the latest.

cd LMX
git pull origin main

For required environment run (python3)

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

Run Django App Locally:

Please create your .env file or collect it from Admin Static and Media files are gitignored. Please add it locally.

- cd LMX
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py collectstatic
- python manage.py runserver

About

Learning Management System "Extended" - Final Capstone Project for EPAI Course under The School of AI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published