This is a Django project for learning management system
- Python (version 3.12.2)
- Django (version 5.0.3)
-
Clone the repository:
git clone https://github.com/natia02/LearningManagementSystem.git
-
Navigate to the project directory:
cd LearningManagementSystem -
Create and activate a virtual environment:
python -m venv env env\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a superuser:
python manage.py createsuperuser
and follow instructions
-
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,