{"id":17360010,"url":"https://github.com/tobked/contact_box","last_synced_at":"2026-01-07T13:03:03.803Z","repository":{"id":49694370,"uuid":"149865396","full_name":"TobKed/contact_box","owner":"TobKed","description":"App to manage contacts, written in Django","archived":false,"fork":false,"pushed_at":"2022-12-08T01:29:11.000Z","size":296,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T06:39:10.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/TobKed.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":"2018-09-22T10:06:13.000Z","updated_at":"2018-12-18T10:50:36.000Z","dependencies_parsed_at":"2023-01-24T21:30:24.294Z","dependency_job_id":null,"html_url":"https://github.com/TobKed/contact_box","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TobKed/contact_box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobKed%2Fcontact_box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobKed%2Fcontact_box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobKed%2Fcontact_box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobKed%2Fcontact_box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TobKed","download_url":"https://codeload.github.com/TobKed/contact_box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobKed%2Fcontact_box/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28235502,"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","status":"online","status_checked_at":"2026-01-07T02:00:05.975Z","response_time":58,"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-10-15T19:13:45.165Z","updated_at":"2026-01-07T13:03:03.783Z","avatar_url":"https://github.com/TobKed.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# contact_box\nContact box application written in Django\n\n## Run project\n#### PostgresSQL\nThe app is configured to work with PostgresSQL database and it's required to set the following environmental variables:\n* DJANGO_DEBUG\n* DJANGO_SECRET_KEY\n* DATABASE_NAME\n* DATABASE_USER\n* DATABASE_PASSWORD\n* DATABASE_HOST\n* EMAIL_USER\n* EMAIL_PASS\n\nYou can take this code, put it in your text editor, fill values and paste to terminal\n\n```\nexport DJANGO_DEBUG='\u003cfill\u003e'\nexport DJANGO_SECRET_KEY='\u003cfill\u003e'\nexport DATABASE_NAME='\u003cfill\u003e'\nexport DATABASE_USER='\u003cfill\u003e'\nexport DATABASE_PASSWORD='\u003cfill\u003e'\nexport DATABASE_HOST='\u003cfill\u003e'\nexport EMAIL_USER='\u003cfill\u003e'\nexport EMAIL_PASS='\u003cfill\u003e'\n```\n\n#### SQLite3\n\nYou can use SQLite3 as well. Default settings are commented-out. Just uncomment them and delete/comment previous database settings.\nWARNING! You still have to set environmental variable for DJANGO_SECRET_KEY.\n\n#### Dependencies\n\n```bash\n$ cd src\n$ pip install -r requirements.txt\n```\n\n## Project details\n#### Database visualisation\n\n![alt text](/img/contact_box_visualized.png)\n\n#### Django lessons learned\n* User authentication\n* Generic views and mixins\n* Custom model managers and querysets\n* Forms, formsets, inline formsets\n* Custom template filters\n* Pagination\n* Crispy forms\n* Django debug toolbar\n* Email backend (password recovery)\n* Graph models ([pygraphviz](https://django-extensions.readthedocs.io/en/latest/graph_models.html))\n* Signals\n\n#### Other lessons learned\n* Responsive Web Design (Bootstrap)\n* Heroku deployment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobked%2Fcontact_box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobked%2Fcontact_box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobked%2Fcontact_box/lists"}