🤡(demo) generate dummy user

To search users we need to have some dummy data users.
We add some dummy users when we run the `make demo`
command.
This commit is contained in:
Anthony LC
2024-05-30 15:57:11 +02:00
committed by Anthony LC
parent 1e62320803
commit 327a5f2ed4
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""Parameters that define how the demo site will be built."""
NB_OBJECTS = {
"users": 100,
}