rebelstuff

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

commit
bbdf412c4d0a45efd2a7ae7798262fde822472ba
parent
804426aa446accdcf3a33a5f7a7272b01dc4436d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-08-23 00:06
add README

Diffstat

A README.md 28 ++++++++++++++++++++++++++++

1 files changed, 28 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -0,0 +1,28 @@
   -1     1 # RebelStuff - Keep track of your stuff
   -1     2 
   -1     3 It's hard to keep track of your stuff.
   -1     4 Especially if you have a lot of it.
   -1     5 Even more so if you tend to lend it to other people.
   -1     6 
   -1     7 RebelStuff allows you to keep track of …
   -1     8 
   -1     9 -   your stuff
   -1    10 -   who you lent it to
   -1    11 -   when it should be returned
   -1    12 -   what is still available
   -1    13 
   -1    14 ## Quickstart
   -1    15 
   -1    16 ```
   -1    17 make
   -1    18 ```
   -1    19 
   -1    20 Simple as that.
   -1    21 
   -1    22 This will also create three users: "admin", "stuffer", and "booker". All with
   -1    23 password "password".
   -1    24 
   -1    25 ## Deployment
   -1    26 
   -1    27 This is a django project, so you should consult the [django
   -1    28 docs](https://docs.djangoproject.com/en/stable/howto/deployment/).