https://github.com/xi/rebelstuff
Keep track of your stuff
https://github.com/xi/rebelstuff
django inventory-management
Last synced: 3 months ago
JSON representation
Keep track of your stuff
- Host: GitHub
- URL: https://github.com/xi/rebelstuff
- Owner: xi
- License: mit
- Created: 2019-08-23T00:06:50.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T11:01:27.000Z (over 3 years ago)
- Last Synced: 2025-11-10T16:26:20.463Z (9 months ago)
- Topics: django, inventory-management
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 …
- your stuff
- who you lent it to
- when it should be returned
- what is still available
## 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](https://docs.djangoproject.com/en/stable/howto/deployment/).