Project for Require Management
How to setup the server
- Navigate to the ProjMgmt directory open the ProjMgmt directory in a command prompt
- Run the migrations to create the database py manage.py migrate
- Create a super user py manage.py createsuperuser
- If you modify the model files. Please do the following command before step 2. py manage.py makemigrations