{"id":19636061,"url":"https://github.com/mrroot5/django-qr-generator-website","last_synced_at":"2026-06-09T13:31:48.418Z","repository":{"id":56024225,"uuid":"317266488","full_name":"mrroot5/django-qr-generator-website","owner":"mrroot5","description":"This project uploads a file and generates a qr-code with an URL to this file","archived":false,"fork":false,"pushed_at":"2020-11-30T16:09:41.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T21:45:18.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mrroot5.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-11-30T15:30:31.000Z","updated_at":"2020-11-30T16:09:44.000Z","dependencies_parsed_at":"2022-08-15T11:40:25.168Z","dependency_job_id":null,"html_url":"https://github.com/mrroot5/django-qr-generator-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrroot5/django-qr-generator-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdjango-qr-generator-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdjango-qr-generator-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdjango-qr-generator-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdjango-qr-generator-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrroot5","download_url":"https://codeload.github.com/mrroot5/django-qr-generator-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdjango-qr-generator-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34110011,"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-06-09T02:00:06.510Z","response_time":63,"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"}},"keywords":[],"created_at":"2024-11-11T12:28:12.041Z","updated_at":"2026-06-09T13:31:48.391Z","avatar_url":"https://github.com/mrroot5.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django QR generator website\nThis project uploads a file and generates a qr-code with an URL to that file\n\n## Environment\n\nTested on Django 3.1 and Python 3.8 but it should be compatible from 2.7.\n\n## Installation\n\n* If you, you can use [virtualenv](https://virtualenv.pypa.io/en/latest/installation.html) to install\na compatible environment:\n\n```\nvirtualenv env --python=python3\n```\n\n* Then, install packages\n\n```\npip install -r requirements.txt\n```\n\n```\npython manage.py migrate\n```\n\n## Project structure\n\nThis project structure was generated with [dree](https://www.npmjs.com/package/dree). \n\n```text\nwebsite_qr_generator\n ├── LICENSE\n ├── README.md\n ├── db.sqlite3\n ├── manage.py\n ├── requirements.txt\n ├─\u003e web\n │   ├── __init__.py\n │   ├── admin.py\n │   ├── apps.py\n │   ├── forms.py\n │   ├─\u003e migrations\n │   │   ├── __init__.py\n │   ├── models.py\n │   ├─\u003e templates\n │   │   └─\u003e web\n │   │       └── index.html\n │   ├── tests.py\n │   └── views.py\n └─\u003e website_qr_generator\n     ├── asgi.py\n     ├── settings.py\n     ├── urls.py\n     └── wsgi.py\n```\n\n## Usage\n\n* Runserver:\n\n```\npython manage.py runserver 0.0.0.0:8000\n```\n\n* Go to:\n\n```\nlocalhost:8000\n```\n\n* Upload a file (image, pdf, etc.) using the HTML button.\nNope, this project does not have styles (yet).\n\n* The file is uploaded to root `/media/` as you can see on `settings.MEDIA_URL`.\n\n## TODO\n\n* Add basic styles.\n* Responsive.\n* Generate docker image.\n* Generate kubernetes yaml. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrroot5%2Fdjango-qr-generator-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrroot5%2Fdjango-qr-generator-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrroot5%2Fdjango-qr-generator-website/lists"}