Portal Stack

Python Version Django Version

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.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/vedantv/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.

References

Read the blog post How to Implement Multiple User Types with Django.

Share this project:

Updates