blob: 8aa159a22f3d819936510e42f53b7af3f134b11e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
allow to write without having accound
firstly, i'm not going to worry about models.txt at this point. i can just write migrations directly. no need to generalize into the lapigen stuff yet.
when to use softdeletes?
non-database mode. site is aware that it currently doesn't have access to a database, and has alternate behavior that still provides utility.
|