Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 638 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 638 Bytes

p0sX

build

Point of sale system for LAN parties.

Contributing

Please read the guidelines before contributing.

Development

Install python3, virtualenv, node, npm.

make env

make dev

Example data

To load the example data, create and migrate the database:

make migrate

Then load the json file:

./manage.py loaddata example_data.json

To dump the data, issue: ./manage.py dumpdata pos --indent 4 > example_data.json