/pantry

Pantry is a small service for leasing hardware from a pool

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Build Status codecov Code Health

pantry

Pantry is a small service for leasing hardware from a pool

Setting up

To get a development environment up and running, install all requirements with:

$ pip install -r requirements.txt

This will install all requirements and pantry itself as an editable package. This is needed for unit tests to be able to find it.

Seeding the database

There is a small utility script for creating and populating the database. Run it by typing:

$ python manage.py seed