This project was designed to be a website that advertises different internships that will be FHSU and that current student will be employed in. It is also my final project.
Users should run the command pip install -r requirments.txt to install all needed packages
Users should then run the code python manage.py makemigrations to create the SQL entries
Users should then run the code python manage.py migrate to apply the migrations
Users should then run the code python manage.py createsuperuser to create a superuser!
Finally to run the code locally users need to run the code py manage.py runserver users should then be running the project