Python-Django social student community website with various features such as user authorization and authentication, friend system, real-time chat system, etc
authenticate
chat
exams
feeds
forums
friends
workshops
Install the required packages to rum this project from requirements.txt file.
pip install -r requirements.txt
Migrate the required models for each application to the database by running the following commands
python manage.py makemigrations
then
python manage.py migrate