-
### Describe your problem
2024-11-23 16:14:20,754 INFO 21 172.25.0.6 - - [23/Nov/2024 16:14:20] "GET /v1/chunk/knowledge_graph?doc_id=46d3f5ada7d711ef83680242ac190006 HTTP/1.1" 200 -
INFO:werkze…
-
# Implementing Timestamped Models in PeeWee – Muya's Blog
[mostly code] musings of a software developer from nairobi 🇰🇪 | learning
[https://blog.muya.co.ke/timestamped-model-in-peewee/](https://…
-
I use Flask Admin with peewee. I don't like that when I delete a parent record Flask Admin also deletes all child reports because [here](https://github.com/flask-admin/flask-admin/blob/88b3370b29e13de…
-
Hello again on a new platform! Happy to see this program is still maintained :D
Trying to update the Debian package to 0.12.0, I've ran into this testsuite failure:
```
_______________________…
-
```text
Traceback (most recent call last):
File "/data/playground/projects/zhiyun_notifer/deploy/venv/lib/python2.7/site-packages/gunicorn/workers/base_async.py", line 56, in handle
self.hand…
-
class BaseSignalModel(pw.BaseModel):
change to
class BaseSignalModel(pw.ModelBase):
if cls._meta.db_table and cls._meta.db_table != 'model':
change to
if cls._meta.table_name and cls._meta.tabl…
-
Hello sir, i have installed prerequisites and while running `poetry install` command, some dependencies are failing to install.
These are the logs.
`
Installing dependencies from lock file
Packa…
-
Is something missing in the database file from the repo? I get an error peewee.OperationalError: no such column: t1.email whenever I try to login.
* Auth type: database
* Missing session_secret …
-
When I try and run the example [here](https://pythonhosted.org/Flask-Security/quickstart.html#id6) I get the following traceback,
```
Traceback (most recent call last):
File "/home/martin/Pycha…
-
hello, I am trying to debug https://github.com/etesync/etesync-dav/issues/206 and am being distracted by _database is locked_ error messages. I am just importing, modifying and deleting calendar entri…