battlefield-portal-community / bfportal.gg

A website that enables players to share Battlefield Portal Mods (Battlefield 2042). This repo serves its source code
http://bfportal.gg/
GNU General Public License v3.0
10 stars 6 forks source link

feat(core): make generation of mock data much better for dev purpose #183

Closed p0lygun closed 1 year ago

p0lygun commented 1 year ago

use command

python manange.py mock -e

to generate 50 experiences and 50 users, the command will only run when settings.DEBUG is set to True

closes #175 closes #176 closes #174