{"id":61902,"url":"https://github.com/labex-labs/django-free-tutorials","name":"django-free-tutorials","description":"Practice Django Free Tutorials | This repo collects 7 of free tutorials for Django. Django is a powerful framework for web development. This Skill Tree presents a comprehensive learning path for building web applications with Django. Perfect for beginners, it offers a structured roadmap to master...","projects_count":34,"last_synced_at":"2026-08-07T20:00:51.221Z","repository":{"id":242160305,"uuid":"808847295","full_name":"labex-labs/django-free-tutorials","owner":"labex-labs","description":"Practice Django Free Tutorials | This repo collects 7 of free tutorials for Django. Django is a powerful framework for web development. This Skill Tree presents a comprehensive learning path for building web applications with Django. Perfect for beginners, it offers a structured roadmap to master...","archived":false,"fork":false,"pushed_at":"2024-10-01T01:52:00.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-01T01:03:13.038Z","etag":null,"topics":["awesome","awesome-list","django","exercises","free","free-tutorials","hands-on","labex","programming","tutorials"],"latest_commit_sha":null,"homepage":"https://labex.io/skilltrees/django","language":null,"has_issues":false,"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/labex-labs.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-01T00:55:21.000Z","updated_at":"2026-01-13T17:55:22.000Z","dependencies_parsed_at":"2024-07-13T17:05:23.326Z","dependency_job_id":"af4ca4a0-d48e-45f5-821a-e559bb6a18dd","html_url":"https://github.com/labex-labs/django-free-tutorials","commit_stats":null,"previous_names":["labex-labs/django-free-tutorials"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/labex-labs/django-free-tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fdjango-free-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fdjango-free-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fdjango-free-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fdjango-free-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labex-labs","download_url":"https://codeload.github.com/labex-labs/django-free-tutorials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fdjango-free-tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35653082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-19T02:00:06.923Z","response_time":112,"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"}},"created_at":"2024-06-13T01:08:22.492Z","updated_at":"2026-08-07T20:00:51.225Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["More","More Free Tutorials"],"sub_categories":[],"readme":"# Django Free Tutorials\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"128px\" src=\"https://file.labex.io/path/5fCrFZGQGQMH.png\"\u003e\n\u003c/div\u003e\n\nDjango is a powerful framework for web development. This Skill Tree presents a comprehensive learning path for building web applications with Django. Perfect for beginners, it offers a structured roadmap to master Python-based web development. Through practical, non-video courses and coding exercises in an interactive playground, you'll create real Django projects from scratch.\n\n|   Index | Name                                                                                                                              | Difficulty   | Tutorial Link                                                                                |\n|---------|-----------------------------------------------------------------------------------------------------------------------------------|--------------|----------------------------------------------------------------------------------------------|\n|       1 | [📖 Creation of a Basic Poll Application](https://labex.io/tutorials/django-creation-of-a-basic-poll-application-153741)           | ★☆☆          | [🔗 View](https://labex.io/tutorials/django-creation-of-a-basic-poll-application-153741)      |\n|       2 | [📖 Set Up the Database](https://labex.io/tutorials/django-set-up-the-database-153742)                                             | ★☆☆          | [🔗 View](https://labex.io/tutorials/django-set-up-the-database-153742)                       |\n|       3 | [📖 Creating the Public Interface Views](https://labex.io/tutorials/django-creating-the-public-interface-views-153743)             | ★☆☆          | [🔗 View](https://labex.io/tutorials/django-creating-the-public-interface-views-153743)       |\n|       4 | [📖 Form Processing and Cutting Down Our Code](https://labex.io/tutorials/django-form-processing-and-cutting-down-our-code-153744) | ★☆☆          | [🔗 View](https://labex.io/tutorials/django-form-processing-and-cutting-down-our-code-153744) |\n|       5 | [📖 Create Some Automated Tests](https://labex.io/tutorials/django-create-some-automated-tests-153745)                             | ★☆☆          | [🔗 View](https://labex.io/tutorials/django-create-some-automated-tests-153745)               |\n|       6 | [📖 Add a Stylesheet and an Image](https://labex.io/tutorials/django-add-a-stylesheet-and-an-image-153746)                         | ★☆☆          | [🔗 View](https://labex.io/tutorials/django-add-a-stylesheet-and-an-image-153746)             |\n|       7 | [📖 Customizing Django's Admin Site](https://labex.io/tutorials/django-customizing-django-s-admin-site-153747)                     | ★☆☆          | [🔗 View](https://labex.io/tutorials/django-customizing-django-s-admin-site-153747)           |\n\n## More Free Tutorials\n\n- [Practice Linux Free Tutorials](https://github.com/labex-labs/linux-free-tutorials)\n- [Practice DevOps Free Tutorials](https://github.com/labex-labs/devops-free-tutorials)\n- [Practice Cyber Security Free Tutorials](https://github.com/labex-labs/cysec-free-tutorials)\n- [Practice Python Free Tutorials](https://github.com/labex-labs/python-free-tutorials)\n- [Practice Docker Free Tutorials](https://github.com/labex-labs/docker-free-tutorials)\n- [Practice Data Science Free Tutorials](https://github.com/labex-labs/data-science-free-tutorials)\n- [Practice Kubernetes Free Tutorials](https://github.com/labex-labs/kubernetes-free-tutorials)\n- [Practice Big Data Free Tutorials](https://github.com/labex-labs/bigdata-free-tutorials)\n- [Practice Machine Learning Free Tutorials](https://github.com/labex-labs/ml-free-tutorials)\n- [Practice Web Development Free Tutorials](https://github.com/labex-labs/web-development-free-tutorials)\n- [Practice Git Free Tutorials](https://github.com/labex-labs/git-free-tutorials)\n- [Practice Ansible Free Tutorials](https://github.com/labex-labs/ansible-free-tutorials)\n- [Practice Jenkins Free Tutorials](https://github.com/labex-labs/jenkins-free-tutorials)\n- [Practice Shell Free Tutorials](https://github.com/labex-labs/shell-free-tutorials)\n- [Practice Java Free Tutorials](https://github.com/labex-labs/java-free-tutorials)\n- [Practice Hadoop Free Tutorials](https://github.com/labex-labs/hadoop-free-tutorials)\n- [Practice C++ Free Tutorials](https://github.com/labex-labs/cpp-free-tutorials)\n- [Practice C Free Tutorials](https://github.com/labex-labs/c-free-tutorials)\n- [Practice MySQL Free Tutorials](https://github.com/labex-labs/mysql-free-tutorials)\n- [Practice Go Free Tutorials](https://github.com/labex-labs/go-free-tutorials)\n- [Practice Rust Free Tutorials](https://github.com/labex-labs/rust-free-tutorials)\n- [Practice OpenCV Free Tutorials](https://github.com/labex-labs/opencv-free-tutorials)\n- [Practice Django Free Tutorials](https://github.com/labex-labs/django-free-tutorials)\n- [Practice Pandas Free Tutorials](https://github.com/labex-labs/pandas-free-tutorials)\n- [Practice NumPy Free Tutorials](https://github.com/labex-labs/numpy-free-tutorials)\n- [Practice scikit-learn Free Tutorials](https://github.com/labex-labs/sklearn-free-tutorials)\n- [Practice Matplotlib Free Tutorials](https://github.com/labex-labs/matplotlib-free-tutorials)\n- [Practice Algorithm Free Tutorials](https://github.com/labex-labs/algorithm-free-tutorials)\n- [Practice HTML Free Tutorials](https://github.com/labex-labs/html-free-tutorials)\n- [Practice CSS Free Tutorials](https://github.com/labex-labs/css-free-tutorials)\n- [Practice JavaScript Free Tutorials](https://github.com/labex-labs/javascript-free-tutorials)\n- [Practice React Free Tutorials](https://github.com/labex-labs/react-free-tutorials)\n- [Practice jQuery Free Tutorials](https://github.com/labex-labs/jquery-free-tutorials)\n\n\n## More\n\n- 🔗 [Django Programming Courses](https://github.com/labex-labs/awesome-programming-courses)\n- 🔗 [Django Programming Projects](https://github.com/labex-labs/awesome-programming-projects)\n\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/labex-labs%2Fdjango-free-tutorials/projects"}