Skip to content

Photo sharing social media site built with Python/Django. Based on Instagram's design.

Notifications You must be signed in to change notification settings

andyalam/django_instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django IG

alt tag

Photo sharing social media site built with Python/Django. Based on Instagram's design. The server also uses Django Channels to establish a websocket connection to the client for messages and soon, notifications. Channels requires a redis server to be running, more info can be found about Django Channels here

Installation

Install dependencies

pip3 install -r requirements.txt

Ensure that Redis is installed and running on port 6379 (default).

Run these two commands in two separate terminals

python3 manage.py runserver --noworker
python3 manage.py runworker

About

Photo sharing social media site built with Python/Django. Based on Instagram's design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published