{"id":15322094,"url":"https://github.com/valasek/findacoach-django","last_synced_at":"2025-03-27T18:16:26.021Z","repository":{"id":254563661,"uuid":"846640832","full_name":"valasek/findacoach-django","owner":"valasek","description":"Focus on coaching and Find a Coach will manage all what you need: your coaching session times and notes and clients.","archived":false,"fork":false,"pushed_at":"2024-11-15T22:53:06.000Z","size":116,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T21:14:03.067Z","etag":null,"topics":["coaching","coaching-management-system","django","icf","mentoring","mentoring-platform"],"latest_commit_sha":null,"homepage":"","language":"Python","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/valasek.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":"2024-08-23T16:29:52.000Z","updated_at":"2024-09-16T08:51:05.000Z","dependencies_parsed_at":"2024-11-08T20:33:13.253Z","dependency_job_id":null,"html_url":"https://github.com/valasek/findacoach-django","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"6fc7765d3217e2d9a2865407596981951670cc37"},"previous_names":["valasek/findacoach"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valasek%2Ffindacoach-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valasek%2Ffindacoach-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valasek%2Ffindacoach-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valasek%2Ffindacoach-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valasek","download_url":"https://codeload.github.com/valasek/findacoach-django/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245898335,"owners_count":20690466,"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":["coaching","coaching-management-system","django","icf","mentoring","mentoring-platform"],"created_at":"2024-10-01T09:14:11.123Z","updated_at":"2025-03-27T18:16:25.991Z","avatar_url":"https://github.com/valasek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Find a Coach\n\nFocus on coaching and Find a Coach will manage all what you need: your coaching session times and notes and clients.\n\n## Roadmap\n\n[Roadmap](https://github.com/users/valasek/projects/1)\n\n## Tips and Tricks\n\n- [pripojenie na PG](https://stackoverflow.com/questions/77196497/how-to-connect-from-vs-code-dev-container-to-postgres-in-docker)\n- bezpecnost - kontrola na editáciu iných než svojich objektov priamo, cez URL\n\nRun the server in the dev container terminal\n'./manage.py makemigrations'\n'./manage.py migrate'\n'$./manage.py createsuperuser'\n'./manage.py runserver 0.0.0.0:8000'\n'./manage.py runserver_plus 0.0.0.0:8000' # does not work at the moment\n\nOpen local terminal:\n\n- Using the command palette (default ctrl+shift+p/cmd+shift+p), there is an option\n- Terminal: Create New Integrated Terminal (local)\n\n## How to run Django management commands\n\nExecution in the docker image\n'./manage.py showmigrations'\n\nOr from integrated terminal\n'docker compose -f docker-compose.local.yml run --rm django python manage.py showmigrations'\n\n## Technical notes\n\n[![Built with Cookiecutter Django](https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg?logo=cookiecutter)](https://github.com/cookiecutter/cookiecutter-django/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n### Settings\n\nMoved to [settings](http://cookiecutter-django.readthedocs.io/en/latest/settings.html).\n\n### Basic Commands\n\n#### Setting Up Your Users\n\n- To create a **normal user account**, just go to Sign Up and fill out the form. Once you submit it, you'll see a \"Verify Your E-mail Address\" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.\n\n- To create a **superuser account**, use this command:\n\n      '$ python manage.py createsuperuser'\n\nFor convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.\n\n#### Type checks\n\nRunning type checks with mypy:\n\n    '$ mypy findacoach'\n\n#### Test coverage\n\nTo run the tests, check your test coverage, and generate an HTML coverage report:\n\n    '$ coverage run -m pytest'\n    '$ coverage html'\n    '$ open htmlcov/index.html'\n\n##### Running tests with pytest\n\n    '$ pytest'\n\n#### Live reloading and Sass CSS compilation\n\nMoved to [Live reloading and SASS compilation](https://cookiecutter-django.readthedocs.io/en/latest/developing-locally.html#sass-compilation-live-reloading).\n\n#### Sentry\n\nSentry is an error logging aggregator service. You can sign up for a free account at \u003chttps://sentry.io/signup/?code=cookiecutter\u003e or download and host it yourself.\nThe system is set up with reasonable defaults, including 404 logging and integration with the WSGI application.\n\nYou must set the DSN url in production.\n\n### Deployment\n\nThe following details how to deploy this application.\n\n#### Docker\n\nSee detailed [cookiecutter-django Docker documentation](http://cookiecutter-django.readthedocs.io/en/latest/deployment-with-docker.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalasek%2Ffindacoach-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalasek%2Ffindacoach-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalasek%2Ffindacoach-django/lists"}