{"id":18496376,"url":"https://github.com/oddbird/oddtools","last_synced_at":"2025-05-14T04:31:17.819Z","repository":{"id":66918487,"uuid":"1954433","full_name":"oddbird/oddtools","owner":"oddbird","description":"project management tools for oddbird","archived":false,"fork":false,"pushed_at":"2024-01-02T21:59:26.000Z","size":15562,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-09T16:42:34.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/oddbird.png","metadata":{"files":{"readme":"README.rst","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":"AUTHORS.rst","dei":null},"funding":{"github":"oddbird","open_collective":"oddbird-open-source"}},"created_at":"2011-06-26T02:33:33.000Z","updated_at":"2025-01-01T01:22:22.000Z","dependencies_parsed_at":"2024-04-16T01:25:41.097Z","dependency_job_id":"beb301c9-bb5a-42c5-8598-626bed25afd1","html_url":"https://github.com/oddbird/oddtools","commit_stats":{"total_commits":8,"total_committers":4,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"fe5d327d4e7138a0abe958e9a23e308a1fb46027"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Foddtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Foddtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Foddtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Foddtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oddbird","download_url":"https://codeload.github.com/oddbird/oddtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254057664,"owners_count":22007544,"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-06T13:29:11.921Z","updated_at":"2025-05-14T04:31:17.797Z","avatar_url":"https://github.com/oddbird.png","language":"JavaScript","funding_links":["https://github.com/sponsors/oddbird","https://opencollective.com/oddbird-open-source"],"categories":[],"sub_categories":[],"readme":"OddTools\n========\n\nDevelopment\n-----------\n\nIf you want to run this project in a `virtualenv`_ to isolate it from\nother Python projects on your system, create a virtualenv and activate\nit.  Then run ``bin/install-reqs`` to install the dependencies for\nthis project into your Python environment.\n\nYou'll probably need to create a ``src/oddtools/settings/local.py`` file\nwith some details of your local configuration, including, most likely,\nyour database details (SQLite will be used by default).  See\n``src/oddtools/settings_local.sample.py`` for a sample that can be\ncopied to ``src/oddtools/settings_local.py`` and modified.\n\nOnce this configuration is done, you should be able to run\n``./manage.py syncdb --migrate``, then ``./manage.py runserver`` and\naccess the site in your browser at ``http://localhost:8000``.\n\n.. _virtualenv: http://www.virtualenv.org\n\nTo install the necessary Ruby gems for Compass/Sass development, run\n``bin/install-gems``.  Update ``requirements/gems.txt`` if newer gems\nshould be used.\n\nDeployment\n----------\n\nIn addition to the above configuration, in any production deployment\nthis entire app should be served exclusively over HTTPS (since serving\nauthenticated pages over HTTP invites session hijacking\nattacks). Ideally, the non-HTTP URLs should redirect to the HTTPS\nversion.\n\n``src/oddtools/settings/prod.py`` should be used as the settings module in a\nproduction deployment in place of ``src/oddtools/settings/default.py`` (set\n``DJANGO_SETTINGS_MODULE=oddtools.settings.prod``). Site-specific overrides\ncan still be placed in ``src/oddtools/settings/local.py``.\n\nYou can run ``./manage.py checksecure`` to verify that settings are correctly\nconfigured for a secure deployment.\n\nThis app also uses the `staticfiles contrib app`_ in Django 1.3 for\ncollecting static assets from reusable components into a single\ndirectory for production serving.  Under \"runserver\" in development\nthis is handled automatically.  In production, run ``./manage.py\ncollectstatic`` to collect all static assets into the\n``collected-assets`` directory (or whatever ``STATIC_ROOT`` is set to\nin ``settings_local.py``), and make those collected assets available\nby HTTP at the ``STATIC_URL`` setting.\n\n.. _staticfiles contrib app: http://docs.djangoproject.com/en/1.3/howto/static-files/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddbird%2Foddtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foddbird%2Foddtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddbird%2Foddtools/lists"}