Chris

Results 7 comments of Chris

> do you exec `aerich init` first? Yes, first i did: `aerich init -t .rute.to.dict` and then `aerich init-db` i do have linux for windows and it sort of worked...

probably... should i move all models to another file called modules. then change the dict to: ``` config = { 'connections': { 'default': f'sqlite://{DEFAULT_PATH}' }, 'apps': { 'models': { 'models':...

So it kind of worked but theres a couple extra errors. First on init-db, the process outputs ``` Success create app migrate location ./migrations/models Success generate schema for app "models"...

I tried running aerich inside my vps, running ubuntu 20.04, fully updated. But it returned this issue. By the way, the conection still hangs, and needs to be keyboard interrupted....

> Can you show json version file in `migrations` dir? Im sorry for the delay, had troubles in more than one area of life.... ``` { "upgrade": [ "CREATE TABLE...

i cloned the dev branch and i've been trying to compile it. make tests however throws this error: Using python3.8 (3.8.3) Installing dependencies from lock file No dependencies to install...

I just can't believe this is not yet featured. Filter by transaction group ID is a must for lots of projects like algoexplorer, defly, Algoscout, etcetera. Please make it possible...