The Instagram Clone website in Python Django is a simple project developed using Python, Django Framework for back-end and HTML, CSS for front-end. The project is works just as popular social media app Instagram and provides features to add post and see other’s posts too.
This website also provides feature to update user’s profile and in profile section users can see all their previously posted pictures and manage them. User can also customize profile pictures just like Instagram social media site. There is also an admin panel using which you can control all posts, users and their profiles.
About This Instagram Clone Django Project :
This simple project made using Django contains almost all features of Instagram. You can feel free to make any customization to the code and add more new features according to your choice.
How To Run This Instagram Clone Django Project?
To run this project, you will require Python installed on your PC. After downloading the project, follow the steps below:
Step-1: Extract/unzip the file
Step-2: Go inside the project folder, open cmd and type the following commands:
- pip install Django Pillow
- python manage.py runserver
Step-3: Open the browser and go to : localhost:8000
For admin panel access :
username -> admin
password -> admin