{"id":15988567,"url":"https://github.com/woile/django-orm-workshop-presentation","last_synced_at":"2026-01-19T11:01:50.923Z","repository":{"id":114598793,"uuid":"154319406","full_name":"woile/django-orm-workshop-presentation","owner":"woile","description":"Small tutorial on how to start using the Django ORM","archived":false,"fork":false,"pushed_at":"2019-08-01T06:49:31.000Z","size":9994,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T13:42:37.290Z","etag":null,"topics":["django-orm","presentation","workshop"],"latest_commit_sha":null,"homepage":"https://woile.github.io/django-orm-workshop/","language":"HTML","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/woile.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":"2018-10-23T11:52:04.000Z","updated_at":"2020-06-25T12:01:04.000Z","dependencies_parsed_at":"2023-06-19T16:27:35.350Z","dependency_job_id":null,"html_url":"https://github.com/woile/django-orm-workshop-presentation","commit_stats":{"total_commits":21,"total_committers":4,"mean_commits":5.25,"dds":0.4285714285714286,"last_synced_commit":"faa6a7e4ed6acc04d0a9a8a4b04516ce4d97091e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/woile/django-orm-workshop-presentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fdjango-orm-workshop-presentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fdjango-orm-workshop-presentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fdjango-orm-workshop-presentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fdjango-orm-workshop-presentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woile","download_url":"https://codeload.github.com/woile/django-orm-workshop-presentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fdjango-orm-workshop-presentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["django-orm","presentation","workshop"],"created_at":"2024-10-08T04:05:27.384Z","updated_at":"2026-01-19T11:01:50.898Z","avatar_url":"https://github.com/woile.png","language":"HTML","readme":"# Django ORM Workshop\n\n\u003e Introduction on how to start using the ORM\n\n## About\n\nIn this workshop we are gonna learn how to use the ORM. And how to do some common SQL operations:\n\nSome of the operations\n\n- Insertion\n- Updating\n- Selecting with join\n- Counting\n- Agregations\n- Sum\n\n## Installation\n\n1. Verify docker is installed in your OS. Run `docker -v` [Docker install](https://docs.docker.com/install/)\n1. Verify docker compose is installed. Run `docker-compose -v` [Docker compose install](https://docs.docker.com/compose/install/)\n1. Run `make init`\n\n## Usage\n\n### Run the Django server and the Jupyter Notebook\n\nWe are gonna use this in the **workshop**\n\n`make run-dev`\n\n#### URLS\n\nBase url: `0.0.0.0:8000/` (with links to djagno tutorials and documentation)\n\nAdmin panel: `0.0.0.0:8000/admin`\n\nJupyter: `0.0.0.0:8888/tree` Token should appear in the log of the docker\n\n### Migrations mini-tutorial\n\nNote: This is done automatically by `make init`, it's just for you to play around\n\nAfter creating/modifying a model run:\n\n`make makemigrations`\n\nTo apply the mirgations:\n\n`make migrate`\n\nTo import the data:\n\n`make fixtures`\n\n### Create superuser for the admin panel\n\n`make createsuperuser`\n\n\n## Presentation\n\nCheck [yarn](https://yarnpkg.com/lang/en/docs/install/) is installed.\n\n```bash\nyarn install\nyarn start\n```\n\nEnjoy.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoile%2Fdjango-orm-workshop-presentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoile%2Fdjango-orm-workshop-presentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoile%2Fdjango-orm-workshop-presentation/lists"}