{"id":28739810,"url":"https://github.com/codingforentrepreneurs/mvp-landing","last_synced_at":"2025-06-16T06:10:57.375Z","repository":{"id":46837175,"uuid":"282061432","full_name":"codingforentrepreneurs/MVP-Landing","owner":"codingforentrepreneurs","description":"Learn to build \u0026 deploy a MVP landing page using Django, Python, \u0026 Bootstrap. The tutorial series covers the Django basics using Django 3, Python 3.8, and Bootstrap 4.5.","archived":false,"fork":false,"pushed_at":"2023-02-07T17:50:15.000Z","size":170,"stargazers_count":52,"open_issues_count":2,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-10T01:58:38.836Z","etag":null,"topics":["beginner","django","django3","landing-page","mvp-landing","python","python3-8","tutorial","web-application"],"latest_commit_sha":null,"homepage":"https://mvplanding.demo.cfe.sh","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/codingforentrepreneurs.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":"2020-07-23T21:42:56.000Z","updated_at":"2024-12-09T09:57:18.000Z","dependencies_parsed_at":"2022-08-27T19:11:12.529Z","dependency_job_id":null,"html_url":"https://github.com/codingforentrepreneurs/MVP-Landing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codingforentrepreneurs/MVP-Landing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FMVP-Landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FMVP-Landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FMVP-Landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FMVP-Landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingforentrepreneurs","download_url":"https://codeload.github.com/codingforentrepreneurs/MVP-Landing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FMVP-Landing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260109606,"owners_count":22960037,"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":["beginner","django","django3","landing-page","mvp-landing","python","python3-8","tutorial","web-application"],"created_at":"2025-06-16T06:10:56.664Z","updated_at":"2025-06-16T06:10:57.348Z","avatar_url":"https://github.com/codingforentrepreneurs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MVP Landing Logo](https://static.codingforentrepreneurs.com/media/projects/mvp-landing/images/share/MVP_Landing_-_Share.jpg)](https://www.codingforentrepreneurs.com/projects/mvp-landing)\n\n# MVP Landing\n\nLearn to build \u0026 deploy a MVP landing page using Django, Python, \u0026 Bootstrap. The tutorial series covers the Django basics using Django 3, Python 3.8, and Bootstrap 4.5.\n\nLanding pages are excellent for building traction or testing an idea... both things prove what we need to know: do we continue to improve our project or try something new.\n\nThis is a minimum viable landing page. Let's do this!\n\n\n## Live Demo\nUpdated in 2023. Review the [container](../../tree/container) branch if you want to see the live demo code.\n\n_[View the live demo](https://mvplanding.demo.cfe.sh)_\n\n\n## Lesson Code \n[5 - Base Project \u0026 Virtual Environment](../../tree/ea373123ebb411ced32e764c01acce517ab78ad1/)\n\n[6 - Starting your Django Project](../../tree/884b7f059c6c115daee40b29697d4dfe3178ff1b/)\n\n[7 - Django \u0026 Databases](../../tree/6efff2c0c027fb89b4cd80721eb09bdbe4716e85/)\n\n[8 - Your First App \u0026 Model](../../tree/a130caffcdce8a6c6d0996dd211675a9953ef9b9/)\n\n[9 - Making Model Changes](../../tree/a3c1b78fbcfb02a6cfcf339d0343a978ac2ef98f/)\n\n[10 - Django \u0026 the Python Shell](../../tree/09a47e609b211e42ca50bbaf0fba9208cf4da46d/)\n\n[11 - Your first view function](../../tree/41c1945904f1824778fd219a0fff33a704819988/)\n\n[12 - Routing to your View](../../tree/8a5724eabf07309e98c2a2c1fd1b4193d0c71178/)\n\n[13 - Dynamic URL Routing](../../tree/f70eba527794f336b2dc3dfce83c3cb9477abc06/)\n\n[14 - Setting up Django Templates](../../tree/f976fcbd9c1b268df307d7706bc531a428192e68/)\n\n[15 - Static Files](../../tree/c535b2b4422a05252f7519be1729d1422a381821/)\n\n[16 \u0026 17 - Django Model Form \u0026 Create View](../../tree/692432b154d4464f21c4fba439a7f8641b3995c9/)\n\n[Django Authentication - Login \u0026 Logout](../../tree/ea1b87ad530c7b66eaac94d3b025149e5b5b01d4/)\n\n[19 - Django Authentication - Register](../../tree/b924ed70009439058490f869b09ae7db95f10ae7/)\n\n[20 - login_required Decorator](../../tree/3492a3f1e5e2e63bcbca5da52c6f127c35f8b2c3/)\n\n[21 - List \u0026 Destroy Views](../../tree/38497271f14737372763bd7e164fe6e086ac2c9a/)\n\n[22 - Form Instance \u0026 Update View](../../tree/fa9b466944736a1182207ff08e22636a8bbd39e8/)\n\n[23 - Django Template Inheritance](../../tree/1c5ff9c0e312ad4a5570d816cf5505fab8fa11a9/)\n\n[24 - Integrate Bootstrap \u0026 Django](../../tree/3b9675d62fa617c3cb021ac920af472c4b658f0a/)\n\n[25 - Deploy to Heroku](../../tree/f4d1b25f759919e102d594ddd760847be7d9ce2d/)\n\n\n### Next Steps:\n\n- [Configure Email in Django](https://kirr.co/4jopqw)\n- [eCommerce](https://kirr.co/dq71oy)\n- [Tweetme 2](https://kirr.co/w3dmiw)\n\n##### What are you working on? Let me know...\n\n- [@justinmitchel](https://twitter.com/justinmitchel)\n- [@joincfe](https://twitter.com/joincfe)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingforentrepreneurs%2Fmvp-landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingforentrepreneurs%2Fmvp-landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingforentrepreneurs%2Fmvp-landing/lists"}