Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning management system

This is a Django project for learning management system

Prerequisites

  • Python (version 3.12.2)
  • Django (version 5.0.3)
  1. Clone the repository:

    git clone https://github.com/natia02/LearningManagementSystem.git
  2. Navigate to the project directory:

    cd LearningManagementSystem
  3. Create and activate a virtual environment:

    python -m venv env
    env\Scripts\activate
  4. Install the required dependencies:

    pip install -r requirements.txt
  5. Create a superuser:

    python manage.py createsuperuser

    and follow instructions

  6. Start the development server:

    python manage.py runserver

The application should now be accessible at http://127.0.0.1:8000/ this is the main page

From the page http://127.0.0.1.8000/admin you can log in as a superuser.

usernames and passwords for students are: student1 - something123, student2 -something12, student3 - something12 for professors: professor1 - p12345678, professor2 - p12345678, professor3 - p12345678,

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages