{"id":17218476,"url":"https://github.com/perliedman/gypsum","last_synced_at":"2025-06-27T01:35:02.846Z","repository":{"id":4199953,"uuid":"5319312","full_name":"perliedman/gypsum","owner":"perliedman","description":"Web app for logging your GPS tracks. Written in Django.","archived":false,"fork":false,"pushed_at":"2017-03-01T11:39:20.000Z","size":285,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T13:21:43.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/perliedman.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":"2012-08-06T20:38:31.000Z","updated_at":"2013-10-04T06:23:10.000Z","dependencies_parsed_at":"2022-09-09T05:31:23.598Z","dependency_job_id":null,"html_url":"https://github.com/perliedman/gypsum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Fgypsum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Fgypsum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Fgypsum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Fgypsum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perliedman","download_url":"https://codeload.github.com/perliedman/gypsum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245479151,"owners_count":20622094,"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-10-15T03:46:56.035Z","updated_at":"2025-03-25T14:26:53.571Z","avatar_url":"https://github.com/perliedman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gypsum\n\nGypsum lets you upload tracks from your GPS (or something) using GPX format, stores them in a database and displays them on a map together with a bunch of statistics.\n\nMultiple users are supported, you can get basic statistics for each user per month, etc.\n\nGypsum is written in Python with Django.\n\n## Installation\n\nGypsum is a pretty basic Django app. If you know your way around Django, there shouldn't be any surprises.\n\nIn `settings.py`, I have made it possible to break out sensitive stuff like database configuration and passwords (to avoid uploading them to GitHub, like I did). Secrets are put in a file called `secrets.py` in Gypsum's directory. Example of contents for `secrets.py`:\n\n    databases = {\n        'default': {\n            'ENGINE': 'django.db.backends.mysql',\n            'NAME': 'gypsum',\n            'USER': 'gypsum',\n            'PASSWORD': 'Tr0ub4dor\u00263',\n            'HOST': 'my.db.host'\n        }\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperliedman%2Fgypsum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperliedman%2Fgypsum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperliedman%2Fgypsum/lists"}