{"id":42326604,"url":"https://github.com/dvrpc/cjtf","last_synced_at":"2026-01-27T13:10:53.107Z","repository":{"id":45889509,"uuid":"242204395","full_name":"dvrpc/cjtf","owner":"dvrpc","description":"Website for the Central Jersey Transportation Forum","archived":false,"fork":false,"pushed_at":"2024-04-17T01:34:58.000Z","size":17594,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-13T22:22:39.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://centraljerseytf.org/","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/dvrpc.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}},"created_at":"2020-02-21T18:25:26.000Z","updated_at":"2023-01-09T20:01:56.000Z","dependencies_parsed_at":"2024-04-17T02:50:08.370Z","dependency_job_id":"2e774951-c6a1-45d1-9420-676399278913","html_url":"https://github.com/dvrpc/cjtf","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dvrpc/cjtf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Fcjtf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Fcjtf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Fcjtf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Fcjtf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvrpc","download_url":"https://codeload.github.com/dvrpc/cjtf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Fcjtf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-27T13:10:53.012Z","updated_at":"2026-01-27T13:10:53.095Z","avatar_url":"https://github.com/dvrpc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CJTF\n\nWebsite of the Central Jersey Transportation Forum, at \u003chttps://centraljerseytf.org\u003e.\n\nDjango settings are contained in config/settings.py. This file is excluded from source control, as it contains secrets. In production, it is created by Ansible (see \u003chttps://github.com/dvrpc/cloud-ansible/tree/main/roles/cjtf\u003e).\n\n## Development\n\nFeatures, enhancements, bugs, questions, and similar are tracked in [issues](https://github.com/dvrpc/cjtf/issues). These are then distilled into [milestones](https://github.com/dvrpc/cjtf/milestones).\n\nTo run the website locally:\n\n  1. Clone this repo.\n  2. An example Django configuration file is provided at config/settings.py.example. Create a copy of this and rename it as settings.py.\n  3. Create a Postgresql user named \"cjtf_dev\" with the password \"cjtf_dev\", and a corresponding database named \"cjtf_dev\". (This is what the example settings file is configured to use, but of course can be changed.) (Postgres is required - the code will not work with other types of databases as is.)\n  4. Create a directory for Django to store database migrations, at web/migrations. (Migrations are not included in source control.)\n  5. Create and activate a Python virtual environment with dependencies installed:\n  ```shell\n  python3 -m venv ve\n  . ve/bin/activate  # for Bash shell. Other shells available too, e.g. ve/bin/activate.fish\n  pip install -r requirements.txt\n  ```\n  6. Create the tables in the database with Django's migration tool:\n  ```shell\n  python manage.py makemigrations\n  python manage.py makemigrations web\n  python manage.py migrate\n  ```\n  7. Run the development server with `python manage.py runserver`\n\nThe site will be available at \u003chttp://127.0.0.1:8000/\u003e and the admin site at \u003chttp://127.0.0.1:8000/admin\u003e. See \u003chttps://docs.djangoproject.com/en/3.2/ref/contrib/admin/\u003e for using the Django admin site.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvrpc%2Fcjtf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvrpc%2Fcjtf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvrpc%2Fcjtf/lists"}