File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,16 +17,18 @@ An Employee Management System in Django keeps track of all of the employee’s i
1717
1818• Delete Employee - The admin can remove the employee from the database.
1919
20+ > This Application was created using Python, Django, HTML/CSS, and Bootstrap.
21+
2022## Sample video of this Project
2123
2224Employee Management System - https://user-images.githubusercontent.com/95544839/215315801-f1f4bbfb-53c2-4e5a-8090-844e4f572b46.mp4
2325
2426## Installation
2527
26- This requires Python v3.8+ and Django v4.0.4+ to run.
28+ This requires [ Python] ( https://www.python.org/ ) v3.8+ and [ Django] ( https://www.djangoproject.com/ ) v4.0.4+ to run.
2729
2830``` bash
29- pip install django
31+ pip install -r requirements.txt
3032```
3133
3234Install the dependencies and start the server.
You can’t perform that action at this time.
0 commit comments