{"id":17249686,"url":"https://github.com/phildini/cards-against-django","last_synced_at":"2025-04-14T05:08:57.252Z","repository":{"id":7622889,"uuid":"8982092","full_name":"phildini/cards-against-django","owner":"phildini","description":"CAH done as a Django web app.","archived":false,"fork":false,"pushed_at":"2015-05-20T23:49:24.000Z","size":17381,"stargazers_count":8,"open_issues_count":25,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-14T05:08:52.227Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phildini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-24T06:16:34.000Z","updated_at":"2022-06-17T01:50:31.000Z","dependencies_parsed_at":"2022-09-05T05:40:17.573Z","dependency_job_id":null,"html_url":"https://github.com/phildini/cards-against-django","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/phildini%2Fcards-against-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Fcards-against-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Fcards-against-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Fcards-against-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phildini","download_url":"https://codeload.github.com/phildini/cards-against-django/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824681,"owners_count":21167345,"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-15T06:44:57.954Z","updated_at":"2025-04-14T05:08:57.229Z","avatar_url":"https://github.com/phildini.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/phildini/cards-against-django.png?branch=master)](https://travis-ci.org/phildini/cards-against-django)\n\ncards-against-django\n====================\n\nCAH done as a Django web app.\n\nAre you looking for a game that promotes team work, where there are no losers? [This Is Not That Game](http://www.ThisIsNotThatGame.com/).\n\nAre you looking for a game to play with your family that is suitable for young children? [This Is Not That Game](http://www.ThisIsNotThatGame.com/).\n\nLooking for a game to play with Grandma? [This Is Not That Game](http://www.ThisIsNotThatGame.com/).\n\nPerhaps you are looking for a game to play at Church? [This Is Not That Game](http://www.ThisIsNotThatGame.com/).\n\nDo you have a sick and twisted sense of humor (and know how to use a web browser)? You may be the perfect player for [This Is Not That Game](http://www.ThisIsNotThatGame.com/).\n\n\nVagrant\n=======\n\nInstall [VirtualBox](https://www.virtualbox.org/)\n\n    $ gem install vagrant\n\n    $ vagrant up\n\n    $ vagrant ssh\n\nThe first time you log in, the database must be initialized:\n\n    $ syncdb\n\nStart the app, from the Vagrant shell:\n\n    $ rs\n\nShare and enjoy!\n\nSample manage shell snippets:\n\n    # drop model tables (but not Django users/permissions)\n    python manage.py sqlclear --settings=cah.settings.local cards | python manage.py dbshell --settings=cah.settings.local \n    # then syncdb\n\n\n    $ python manage.py shell --settings=cah.settings.local\n    \n        import cards\n        cards.models.BlackCard.objects.get(id=1)\n        cards.models.WhiteCard.objects.all()\n        b = cards.models.BlackCard.objects.get(id=93)\n        b.replace_blanks((11, 94, 95))\n        b.replace_blanks((11, 94))\n        g = cards.models.Game.objects.get(id=1)\n\nDump any cards/cardset that have been created:\n\n    python manage.py dumpdata --settings=cah.settings.local --indent=4 cards \u003e cards/fixtures/initial_data.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildini%2Fcards-against-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphildini%2Fcards-against-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildini%2Fcards-against-django/lists"}