https://github.com/casualcodersprojects/import-cah-cards
https://github.com/casualcodersprojects/import-cah-cards
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casualcodersprojects/import-cah-cards
- Owner: CasualCodersProjects
- Created: 2022-04-14T04:19:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T04:34:11.000Z (over 4 years ago)
- Last Synced: 2025-03-17T11:13:12.404Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import CAH Cards
Allows you to create your own Cards Against Humanity cards to Pretend You're Xyzzy on a local network directly to the database.
## Current issues
- Successfully adds all cards to the database.
- Cards do not display on the UI.
- The cards displayed ARE NOT hard coded anywhere.
## What could be going on
- It could still be getting data from the SQLite file rather than PostgreSQL
- I tried to override the values in `overrides/build.properties` but I'm not confident that it actually switched to PostgreSQL. Will try again later.