Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stillru/billiard-flask-portal
Portal for billiard league
https://github.com/stillru/billiard-flask-portal
Last synced: 20 days ago
JSON representation
Portal for billiard league
- Host: GitHub
- URL: https://github.com/stillru/billiard-flask-portal
- Owner: stillru
- Created: 2024-07-26T08:09:47.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-01T09:08:47.000Z (4 months ago)
- Last Synced: 2024-10-27T23:43:11.276Z (2 months ago)
- Language: CSS
- Size: 6.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Working Notes
Create migrations:
```bash
flask --app backend.app db migrate --rev-id $(ls backend/migrations/versions | wc -1) -m"Linking between Players and Users" -d "backend/migrations"
```