rebelstuff

Keep track of your stuff
git clone https://git.ce9e.org/rebelstuff.git

NameSize
.gitignore21B
CHANGES.md271B
LICENSE1072B
Makefile333B
README.md645B
example/content.xml14595B
example/contract.odt12318B
manage.py623B
rebelstuff/__init__.py0B
rebelstuff/admin.py2103B
rebelstuff/fixtures/sample_data.json3322B
rebelstuff/fixtures/sample_groups.json1800B
rebelstuff/locale/de/LC_MESSAGES/django.po1983B
rebelstuff/management/commands/create_sample_users.py775B
rebelstuff/migrations/0001_initial.py1868B
rebelstuff/migrations/0002_booking_status.py656B
rebelstuff/migrations/0003_stuff_price.py446B
rebelstuff/migrations/__init__.py0B
rebelstuff/models.py3165B
rebelstuff/templates/admin/rebelstuff/change_form.html327B
rebelstuff/templates/rebelstuff/calendar.html3217B
rebelstuff/templatetags/__init__.py0B
rebelstuff/templatetags/rebelstuff.py823B
rebelstuff/urls.py219B
rebelstuff/views.py3305B
rebelstuff/wsgi.py314B
settings/__init__.py0B
settings/base.py2704B
settings/dev.py730B

RebelStuff - Keep track of your stuff

It's hard to keep track of your stuff. Especially if you have a lot of it. Even more so if you tend to lend it to other people.

RebelStuff allows you to keep track of …

Quickstart

sudo apt install python3 python3-pip gettext
make

Simple as that.

This will also create three users: "admin", "stuffer", and "booker". All with password "password".

Deployment

This is a django project, so you should consult the django docs.