/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

Primary LanguageHTML

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