All Projects → andyalam → Django_instagram

andyalam / Django_instagram

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django instagram

Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (-7.88%)
Mutual labels:  redis, django, websockets
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-68.48%)
Mutual labels:  redis, django, websockets
Django Bruteforce Protection
Bruteforce protection for Django projects based on Redis. Simple, powerful, extendable.
Stars: ✭ 110 (-33.33%)
Mutual labels:  redis, django
Omega
Real-time issue tracker optimized for small teams
Stars: ✭ 115 (-30.3%)
Mutual labels:  redis, websockets
Lightbus
RPC & event framework for Python 3
Stars: ✭ 149 (-9.7%)
Mutual labels:  redis, messaging
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-36.36%)
Mutual labels:  redis, django
Qewd
Quick and Easy Web Development
Stars: ✭ 106 (-35.76%)
Mutual labels:  redis, websockets
Dailyfresh
Django-天天生鲜电商学习项目
Stars: ✭ 127 (-23.03%)
Mutual labels:  redis, django
Sacrificial Socket
A Go websocket library with an API similar to Socket.IO... but not Socket.IO
Stars: ✭ 96 (-41.82%)
Mutual labels:  redis, websockets
Emberclear
Encrypted Chat. No History. No Logs.
Stars: ✭ 157 (-4.85%)
Mutual labels:  messaging, websockets
Nodebb
Node.js based forum software built for the modern web
Stars: ✭ 12,303 (+7356.36%)
Mutual labels:  redis, websockets
Django Notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
Stars: ✭ 105 (-36.36%)
Mutual labels:  django, websockets
Foundatio
Pluggable foundation blocks for building distributed apps.
Stars: ✭ 1,365 (+727.27%)
Mutual labels:  redis, messaging
Entangled
Rails in real time
Stars: ✭ 108 (-34.55%)
Mutual labels:  redis, websockets
Django Rq
A simple app that provides django integration for RQ (Redis Queue)
Stars: ✭ 1,361 (+724.85%)
Mutual labels:  redis, django
Slimmessagebus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Stars: ✭ 120 (-27.27%)
Mutual labels:  redis, messaging
Visual Chatbot
☁️ 👀 💬 Visual Chatbot
Stars: ✭ 161 (-2.42%)
Mutual labels:  redis, django
Django Redis Metrics
Metrics for django apps backed by Redis.
Stars: ✭ 93 (-43.64%)
Mutual labels:  redis, django
Playlistor
🎶Apple Music ↔️ Spotify playlist convertor.
Stars: ✭ 95 (-42.42%)
Mutual labels:  redis, django
Django School Management
Deployment Ready Developer to Developer Full-stack School Management System with payments, e-admission, result management, academic functionalities, and much more implemented in a simple way.
Stars: ✭ 151 (-8.48%)
Mutual labels:  redis, django

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].