-
📍 clone the repository.
$git clone https://github.com/Aman-zishan/college-management-system.git -
🏁 navigate to downloaded folder.
$cd college-management-system -
🚧 set up virtual environment.
#windows $py -3 -m venv venv #linux/mac OS $python3 -m venv venv
-
♦️ activate virtual environment.#windows $venv\Scripts\activate #linux/mac OS $source venv/bin/activate
-
🌶️ install django & other required dependencies
#windows $pip install -r requirements.txt #linux/mac OS $pip3 install -r requirements.txt
-
🎯 setup database and run server
#make sure to delete all files excluding __init__.py before migration to avoid operation errors. $python manage.py makemigrations $python manage.py migrate $python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 1
Mini project for S4
License
Aman-zishan/college-management-system
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Mini project for S4