This is a Django-based project that allows users to create and manage team members
To run this project, you must have Python 3.8 or higher installed on your system. If you don't have Python installed, you can download it from the official website: https://www.python.org/downloads/.
To get started with this project, follow these steps:
git clone git@github.com:ahatanar/TeamManagement.git
Navigate to the main project directory:
cd TeamManagement
pip install venv
python -m venv venv
venv\Scripts\activate
Note: If you're using a different operating system, the activation command may be slightly different. See the Python documentation for more information.
pip install django
python manage.py runserver
This should start the Django development server and display the URL where you can access the project in your web browser.
Run python manage.py test to ensure everything is working properly.
The css and styling is in the style folder in the root directoy.
The html templates are in the base/templates/base folder.
the project level python files are in the teammanagement folder in the base directoy.
the app level python files are in the base folder in the main directory.