{"id":13469322,"url":"https://github.com/sibtc/django-beginners-guide","last_synced_at":"2025-03-26T06:32:07.012Z","repository":{"id":38869540,"uuid":"102296962","full_name":"sibtc/django-beginners-guide","owner":"sibtc","description":"A Complete Beginner's Guide to Django - Code Samples","archived":false,"fork":false,"pushed_at":"2021-09-05T19:24:56.000Z","size":406,"stargazers_count":1208,"open_issues_count":20,"forks_count":391,"subscribers_count":66,"default_branch":"master","last_synced_at":"2024-10-29T23:55:17.820Z","etag":null,"topics":["django","python","tutorial"],"latest_commit_sha":null,"homepage":"https://www.djangoboards.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sibtc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-03T22:02:50.000Z","updated_at":"2024-10-24T09:19:47.000Z","dependencies_parsed_at":"2022-08-09T06:17:20.968Z","dependency_job_id":null,"html_url":"https://github.com/sibtc/django-beginners-guide","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibtc%2Fdjango-beginners-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibtc%2Fdjango-beginners-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibtc%2Fdjango-beginners-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibtc%2Fdjango-beginners-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sibtc","download_url":"https://codeload.github.com/sibtc/django-beginners-guide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245604103,"owners_count":20642939,"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","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","python","tutorial"],"created_at":"2024-07-31T15:01:33.456Z","updated_at":"2025-03-26T06:32:05.522Z","avatar_url":"https://github.com/sibtc.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# A Complete Beginner's Guide to Django\n\n[![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org)\n[![Django Version](https://img.shields.io/badge/django-1.11-brightgreen.svg)](https://djangoproject.com)\n\nCode samples from the Django tutorial series.\n\n![Django Boards Screenshot](https://d26dzxoao6i3hh.cloudfront.net/items/0j1J2s300f1b2y1Y3p3k/django-boards.png?v=3ec9d7f5)\n\n\n## Table of Contents\n\n* [Part 1 - Getting Started](https://simpleisbetterthancomplex.com/series/2017/09/04/a-complete-beginners-guide-to-django-part-1.html)\n* [Part 2 - Fundamentals](https://simpleisbetterthancomplex.com/series/2017/09/11/a-complete-beginners-guide-to-django-part-2.html)\n* [Part 3 - Advanced Concepts](https://simpleisbetterthancomplex.com/series/2017/09/18/a-complete-beginners-guide-to-django-part-3.html)\n* [Part 4 - Authentication](https://simpleisbetterthancomplex.com/series/2017/09/25/a-complete-beginners-guide-to-django-part-4.html)\n* [Part 5 - ORM](https://simpleisbetterthancomplex.com/series/2017/10/02/a-complete-beginners-guide-to-django-part-5.html)\n* [Part 6 - Class-Based Views](https://simpleisbetterthancomplex.com/series/2017/10/09/a-complete-beginners-guide-to-django-part-6.html)\n* [Part 7 - Deployment](https://simpleisbetterthancomplex.com/series/2017/10/16/a-complete-beginners-guide-to-django-part-7.html)\n\nFor the complete tutorial series index [click here](https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/).\n\n\n## Running the Project Locally\n\nFirst, clone the repository to your local machine:\n\n```bash\ngit clone git@github.com:sibtc/django-beginners-guide.git\n```\n\nInstall the requirements:\n\n```bash\npip install -r requirements.txt\n```\n\nSetup the local configurations:\n\n```bash\ncp .env.example .env\n```\n\nCreate the database:\n\n```bash\npython manage.py migrate\n```\n\nFinally, run the development server:\n\n```bash\npython manage.py runserver\n```\n\nThe project will be available at **127.0.0.1:8000**.\n\n\n## License\n\nThe source code is released under the [MIT License](https://github.com/sibtc/django-beginners-guide/blob/master/LICENSE).\n\n[![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/3.0/)\n\nThe tutorials, documentations, comics are licensed under the\n[Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-nc-sa/3.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibtc%2Fdjango-beginners-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsibtc%2Fdjango-beginners-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibtc%2Fdjango-beginners-guide/lists"}