Skip to content
forked from DevopsPand/KMAP111

This Django web application, developed by P111 Team, manages student results. Built with Bootstrap for responsiveness

Notifications You must be signed in to change notification settings

houaryx/KMAP111

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KMAP111 Student Result System

Technology Stack

  • Django: Python web framework
  • Bootstrap: CSS framework for responsive web design

Prerequisites:

Python 3.x (Verify using python --version) pip (Verify using pip --version)

Installation:

1- Clone Repo

git https://github.com/ahmedxkhalid/KMAP111.git

2- Active the Env
python3 -m virtualenv env
source env/bin/active

in Windows you can just run

python3 -m virtualenv env
./bin/active

or

python3 -m venv env
./Script/active

ReadMore : link here https://virtualenv.pypa.io/en/latest/user_guide.html

3- Install dependencies:

pip install -r requirements.txt

4- Apply database migrations:

python manage.py makemigrations
python manage.py migrate

5- Run the development server:

python manage.py runserver

6-Access the application in your browser: https://127.0.0.1:8000/

Usage

(Provide detailed instructions on how to use the student result system, including any login or authentication steps, navigation, features, etc.)

Contributing

(Provide guidelines for contributing to the project, including code style, testing, and issue tracking)

License

(Specify the license under which the project is released)

Contact

(Provide contact information for the P111 Team)

About

This Django web application, developed by P111 Team, manages student results. Built with Bootstrap for responsiveness

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.4%
  • HTML 40.7%
  • CSS 0.9%