{"id":13813102,"url":"https://github.com/SamSamskies/django-webpack-heroku-example","last_synced_at":"2025-05-14T22:31:50.614Z","repository":{"id":69649841,"uuid":"51561399","full_name":"SamSamskies/django-webpack-heroku-example","owner":"SamSamskies","description":"Example app using Django, Webpack, and React","archived":false,"fork":false,"pushed_at":"2016-02-12T02:02:17.000Z","size":39,"stargazers_count":37,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-13T22:00:08.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://django-webpack-heroku-example.herokuapp.com/","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/SamSamskies.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}},"created_at":"2016-02-12T01:51:50.000Z","updated_at":"2022-01-18T16:34:28.000Z","dependencies_parsed_at":"2023-05-01T00:55:01.753Z","dependency_job_id":null,"html_url":"https://github.com/SamSamskies/django-webpack-heroku-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamSamskies%2Fdjango-webpack-heroku-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamSamskies%2Fdjango-webpack-heroku-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamSamskies%2Fdjango-webpack-heroku-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamSamskies%2Fdjango-webpack-heroku-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamSamskies","download_url":"https://codeload.github.com/SamSamskies/django-webpack-heroku-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254239718,"owners_count":22037758,"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":[],"created_at":"2024-08-04T04:01:03.237Z","updated_at":"2025-05-14T22:31:45.484Z","avatar_url":"https://github.com/SamSamskies.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# django-webpack-heroku-example\n\nA barebones Python app using Webpack and React, which can easily be deployed to Heroku.\n\nThis application supports the [Getting Started with Python on Heroku](https://devcenter.heroku.com/articles/getting-started-with-python) article - check it out.\n\n## Running Locally\n\nMake sure you have Node and NPM [installed property](https://nodejs.org)\n\nMake sure you have Python [installed properly](http://install.python-guide.org).  Also, install the [Heroku Toolbelt](https://toolbelt.heroku.com/) and [Postgres](https://devcenter.heroku.com/articles/heroku-postgresql#local-setup).\n\n```sh\n$ npm install\n$ npm run webpack\n$ pip install -r requirements.txt\n$ createdb python_getting_started\n$ heroku local:run python manage.py migrate\n$ python manage.py collectstatic\n$ heroku local\n```\n\nYour app should now be running on [localhost:5000](http://localhost:5000/).\n\n## Add Buildpacks\n\n```sh\n$ heroku buildpacks:add --index 1 heroku/nodejs\n$ heroku buildpacks:add --index 2 heroku/python\n```\n\n\n## Deploying to Heroku\n\n```sh\n$ heroku create\n$ git push heroku master\n$ heroku run python manage.py migrate\n$ heroku open\n```\nor\n\n[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\n\n## Documentation\n\nFor more information about using Python on Heroku, see these Dev Center articles:\n\n- [Python on Heroku](https://devcenter.heroku.com/categories/python)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSamSamskies%2Fdjango-webpack-heroku-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSamSamskies%2Fdjango-webpack-heroku-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSamSamskies%2Fdjango-webpack-heroku-example/lists"}