This project is about making a Training & Placement portal system for Students & T.P head to get access for the notices and other information that is uploaded by their T.P head.
First, clone the repository to your local machine:
git clone https://github.com/shradha27/Portal-Stack.git
Install the requirements:
pip install -r requirements.txt
Create the database:
python manage.py migrate
Finally, run the development server:
python manage.py runserver
The project will be available at 127.0.0.1:8000.
Read the blog post How to Implement Multiple User Types with Django.