6 lines
98 B
Python
6 lines
98 B
Python
|
|
"""Parameters that define how the demo site will be built."""
|
||
|
|
|
||
|
|
NB_OBJECTS = {
|
||
|
|
"users": 100,
|
||
|
|
}
|