{"id":20102355,"url":"https://github.com/chempik1234/SIMPLE-OLD-django-websocket-draw","last_synced_at":"2025-09-20T22:32:50.471Z","repository":{"id":245252969,"uuid":"817696645","full_name":"chempik1234/SIMPLE-OLD-django-websocket-draw","owner":"chempik1234","description":"Single app django project in which users can create rooms that contain color cells and assign them random colors in real time! This project also uses redis caching","archived":false,"fork":false,"pushed_at":"2024-06-20T11:09:09.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T12:42:36.005Z","etag":null,"topics":["caching","django","django-channels-framework","django-redis","django-rest-framework","django-websockets","html","javascript","jquery","native-javascript","no-css","simple-project","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chempik1234.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-20T08:53:48.000Z","updated_at":"2025-02-23T19:21:31.000Z","dependencies_parsed_at":"2024-06-20T23:12:12.787Z","dependency_job_id":"370cee79-d63b-4cbe-83d4-65c1dcbc35ed","html_url":"https://github.com/chempik1234/SIMPLE-OLD-django-websocket-draw","commit_stats":null,"previous_names":["chempik1234/django-websocket-draw","chempik1234/simple-old-django-websocket-draw"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chempik1234/SIMPLE-OLD-django-websocket-draw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chempik1234%2FSIMPLE-OLD-django-websocket-draw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chempik1234%2FSIMPLE-OLD-django-websocket-draw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chempik1234%2FSIMPLE-OLD-django-websocket-draw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chempik1234%2FSIMPLE-OLD-django-websocket-draw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chempik1234","download_url":"https://codeload.github.com/chempik1234/SIMPLE-OLD-django-websocket-draw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chempik1234%2FSIMPLE-OLD-django-websocket-draw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276169438,"owners_count":25596952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["caching","django","django-channels-framework","django-redis","django-rest-framework","django-websockets","html","javascript","jquery","native-javascript","no-css","simple-project","sqlite3"],"created_at":"2024-11-13T17:29:52.593Z","updated_at":"2025-09-20T22:32:50.208Z","avatar_url":"https://github.com/chempik1234.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Django realtime drawing with websockets\n### Inspiration\nBasic consumers and settings were copied from here --\u003e https://github.com/DJWOMS/websockets_dcrf_example\n\nAuthentication views and everything related to drawing were made by me.\n### What is this?\nThis is a simple test project that I made to learn django websockets (`djangochannelsrestframework`)\n### What's inside?\nIt contains a single django application called _drawing_ and simple setup instructions.\n\nThere are no static/media files, because I wanted this app to be light and wrote some simple HTML templates with scripts right inside them.\n### Setup\nIf you don't know how to quickly start a redis server, visit `ubuntu redis commands.txt`:\n```commandline\nsudo apt-add-repository ppa:redislabs/redis\nsudo apt-get install redis-server -y\nsudo service redis-server restart\n```\n\nFirstly, **change your current directory** to *realtime_drawing_django*\n\nUse `pip install -r requirements.txt` to install all the dependencies.\n\nSince migrations are in .gitignore, make them yourself by using:\n```commandline\npython manage.py makemigrations\npython manage.py migrate\n```\n\nIf you don't know how to quickly start a daphne server (which I used here), visit `daphne start command.txt`:\n```commandline\ndaphne realtime_drawing_django.asgi:application\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchempik1234%2FSIMPLE-OLD-django-websocket-draw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchempik1234%2FSIMPLE-OLD-django-websocket-draw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchempik1234%2FSIMPLE-OLD-django-websocket-draw/lists"}