🤡(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:
5
src/backend/demo/defaults.py
Normal file
5
src/backend/demo/defaults.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Parameters that define how the demo site will be built."""
|
||||
|
||||
NB_OBJECTS = {
|
||||
"users": 100,
|
||||
}
|
||||
Reference in New Issue
Block a user