-
I downloaded postgres.app for mac, ran the initialize script. Then I run:
`python3 stats/nba_sql.py --create-schema --database postgres --skip-tables play_by_play pgtt`
and get the result:
```…
-
If we use Peewee without peewee_migrate, we would just execute this: `db.create_tables([Model1, Model2])`
So, if we use peewee_migrate, we should avoid this command and only use peewee_migrate, rig…
-
By using prefecthing :
http://peewee.readthedocs.org/en/latest/peewee/api.html#prefetch
Or deduplication :
http://peewee.readthedocs.org/en/latest/peewee/api.html#SelectQuery.aggregate_rows
-
I'm not in production (didn't put `PRODUCTION=1`) so the app must use `dev.db` SQLite databse.
But peewee found that there is no such table: challenge.
```
$ ./ctftool challenges add problem.ym…
noraj updated
7 years ago
-
Using the peewee backend, if I add a ForeignKeyField to a ModelView's column_filters I get an "Unsupported filter type" error.
[log.txt](https://github.com/flask-admin/flask-admin/files/14474115/lo…
-
Server started at port 9000
ERROR:tornado.application:Uncaught exception POST /signup (223.98.217.101)
HTTPServerRequest(protocol='http', host='47.240.40.250:9000', method='POST', uri='/signup', ver…
-
The deck was created with [Yomichan](https://github.com/FooSoft/yomichan), and was exported from Anki. I will add an example db in a bit to make this easily reproducible.
```
Traceback (most recen…
-
The Circle CI tests `test-packages--no-numpy-dependents` [fail with the error](https://app.circleci.com/pipelines/github/pyodide/pyodide/5912/workflows/1f99d729-7e16-4ab7-8386-59199b731ae6/jobs/74925)…
-
**Describe the bug**
Error in migration execution
**To Reproduce**
Steps to reproduce the behavior:
1. Write and run code:
```python
import peewee
import peewee_migrate
db = peewee.Sqlit…
-
### Version
Command-line (Python) version
### Operating System
MacOS
### What happened?
I'm using OPENROUTER.
Things work fine... until they don't.
Previously I used ChatGPT 4 (open AI dire…