{"id":21887854,"url":"https://github.com/arjuntheprogrammer/heroku_django_deploy_try","last_synced_at":"2025-03-22T02:22:36.172Z","repository":{"id":101774406,"uuid":"94411757","full_name":"arjuntheprogrammer/heroku_django_deploy_try","owner":"arjuntheprogrammer","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-15T07:25:40.000Z","size":6629,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T20:29:48.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/arjuntheprogrammer.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":"2017-06-15T07:21:45.000Z","updated_at":"2017-06-15T07:23:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"67b3dce5-0fef-4aca-bcf5-bc72a43d67fe","html_url":"https://github.com/arjuntheprogrammer/heroku_django_deploy_try","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/arjuntheprogrammer%2Fheroku_django_deploy_try","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2Fheroku_django_deploy_try/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2Fheroku_django_deploy_try/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2Fheroku_django_deploy_try/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjuntheprogrammer","download_url":"https://codeload.github.com/arjuntheprogrammer/heroku_django_deploy_try/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244895153,"owners_count":20527842,"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-11-28T11:12:55.306Z","updated_at":"2025-03-22T02:22:36.167Z","avatar_url":"https://github.com/arjuntheprogrammer.png","language":"CSS","readme":"# Heroku Django Starter Template\n\n## How to Use\n\nTo use this project, follow these steps:\n\n1. Create your working environment.\n2. Install Django (`$ pip install django`)\n3. Create a new project using this template\n\n## Creating Your Project\n\nUsing this template to create a new Django app is easy::\n\n    $ django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld\n\n(If this doesn't work on windows, replace `django-admin.py` with `django-admin`)\n\nYou can replace ``helloworld`` with your desired project name.\n\n## Deployment to Heroku\n\n    $ git init\n    $ git add -A\n    $ git commit -m \"Initial commit\"\n\n    $ heroku create\n    $ git push heroku master\n\n    $ heroku run python manage.py migrate\n\n## My helping commands\n    wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh //download and install heroku cli\n\n    heroku --version\n\n    heroku login\n\n    mkdir myapp\n\n    cd myapp\n\n    heroku create\n\n    django-admin startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile  myproject\n\n    source ../virenv/bin/activate\n\n    sudo apt-get install postgresql\n    sudo apt-get install python-psycopg2\n    sudo apt-get install libpq-dev\n    pip install -r requirements.txt \n\n    heroku local web //to run locallly\n\n\n    git add .\n    git commit -m \"Added a Procfile.\"\n    heroku login\n    heroku create\n    git push heroku master\n    \n## Further Reading\n\n- [Gunicorn](https://warehouse.python.org/project/gunicorn/)\n- [WhiteNoise](https://warehouse.python.org/project/whitenoise/)\n- [dj-database-url](https://warehouse.python.org/project/dj-database-url/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjuntheprogrammer%2Fheroku_django_deploy_try","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjuntheprogrammer%2Fheroku_django_deploy_try","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjuntheprogrammer%2Fheroku_django_deploy_try/lists"}