vimal-11 / django-myptu-webapp

Python-Django social student community website with various features such as user authorization and authentication, friend system, real-time chat system, etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyPTU - Django React Social Website

Python-Django social student community website with various features such as user authorization and authentication, friend system, real-time chat system, etc

Applications

authenticate
chat
exams
feeds
forums
friends
workshops

Requirements

Install the required packages to rum this project from requirements.txt file.

pip install -r requirements.txt  

Database Migrations

Migrate the required models for each application to the database by running the following commands

  python manage.py makemigrations    

then

  python manage.py migrate  

About

Python-Django social student community website with various features such as user authorization and authentication, friend system, real-time chat system, etc


Languages

Language:HTML 50.0%Language:Python 33.1%Language:CSS 12.2%Language:JavaScript 4.7%