{"id":50486792,"url":"https://github.com/emfcamp/emftillweb","last_synced_at":"2026-06-01T23:02:24.897Z","repository":{"id":360255565,"uuid":"1246981877","full_name":"emfcamp/emftillweb","owner":"emfcamp","description":"bar.emf.camp web interface and API","archived":false,"fork":false,"pushed_at":"2026-05-25T17:49:36.000Z","size":31303,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-25T18:13:23.790Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emfcamp.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T19:14:02.000Z","updated_at":"2026-05-25T17:31:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/emfcamp/emftillweb","commit_stats":null,"previous_names":["emfcamp/emftillweb"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/emfcamp/emftillweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Femftillweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Femftillweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Femftillweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Femftillweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emfcamp","download_url":"https://codeload.github.com/emfcamp/emftillweb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Femftillweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33797128,"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-01T02:00:06.963Z","response_time":115,"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":"2026-06-01T23:02:24.132Z","updated_at":"2026-06-01T23:02:24.881Z","avatar_url":"https://github.com/emfcamp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"EMF Till web service\n====================\n\nInfrastructure needed to bring up an instance of `quicktill.tillweb`,\nplus the public-facing web pages for https://bar.emf.camp/\n\nThis is the EMF-specific fork of the project and contains assumptions\nabout how the EMF till is configured. [There is a separate repo for the generic version of the project here.](https://github.com/sde1000/tillweb)\n\nThe infrastructure code in `tillweb/config` has been modified as\nlittle as possible. Most EMF-specific code is in `emf/`\n\n\nPrerequisites\n-------------\n\nYou need [poetry](https://python-poetry.org/) and\n[npm](https://www.npmjs.com/) installed. You need a\n[postgresql](https://www.postgresql.org/) database available.\n\n\nConfiguration\n-------------\n\nThe package reads `~/.config/emftillweb.toml` at startup. Example\nsuitable for development:\n\n```\n[django]\ntime_zone = \"Europe/London\"\nmode = \"devel\"\n\n[till]\ndatabase_name = \"emfcamp\"\ncurrency_symbol = \"£\"\nsite_name = \"EMF Bars\"\n```\n\nDevelopment\n-----------\n\nTo set up a development environment, ensure you have `poetry`\ninstalled, and then in the project root run `poetry install` and `npm\ninstall`.\n\nEnsure there is a postgresql database called `emfcamp`. (`createdb\nemfcamp` if unsure.) Either restore an existing quicktill database\ndump into it (`zcat emfcamp.sql.gz | psql emfcamp` assuming the\n`emfcamp` database is empty), or set up a new empty database using\n`poetry run runtill -d dbname=emfcamp syncdb`\n\n(If you are a bar team member, you can obtain a database dump from\nyour profile page.)\n\nThe various Django project management commands are then available via\n`poetry run tillweb`, for example `poetry run tillweb check`, `poetry\nrun tillweb migrate`, `poetry run tillweb createsuperuser` and `poetry\nrun tillweb runserver` to run the development server.\n\nThe tillweb repository does not include the packed Javascript and CSS\nnecessary for the quicktill web interface project to run in\n`tillweb/static/bundles/`. To regenerate these run `npm run build`.\n\nThe SCSS files in `emf/static/emf/scss/` can be converted to CSS by\nrunning `npm run emfsass`, and you can start a process that watches\nthe SCSS files for changes by running `npm run emfsass-watch`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femfcamp%2Femftillweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femfcamp%2Femftillweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femfcamp%2Femftillweb/lists"}