Social Media Clone Project
This is a social clone project based on Python and Django Fullstack Web Development Bootcamp by Jose Portilla at Udemy
The course was based on Python version 3.5 and Django version 1.10 but I upgraded the code and now it is based on Python==3.10 and Django==4.0.6
Steps to use the Project:
- make a folder for the project
- clone the project or download zip file and extract in that folder
- make a virtual environment
- run pip install -r requirements.txt for windows or python -m pip install requirements.txt for mac
- make the migrations, migrate and runserver.