blob: 0defa0fb594bd67752afac2adbf8e837a30f6bd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
allow to write without having accound
make db entry for every visitor: ip, timestamp last visit, num visits, length of stay
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.
|