-
Notifications
You must be signed in to change notification settings - Fork 10
Contribution
At the moment you can find Supplies Tracker at http://suppliestracker.pythonanywhere.com/
-
This tool is released under the GNU General Public License v3.0 . You can run, copy, distribute, study, change and improve it. Feel free to contribute and join us. Soon Supplies tracker will have his own domain.
-
The main idea is to create a mobile Application in order to interact with the web, making user's life easier.
-
A dream to come true is the connection between refrigerator and a hardware device that reduces easily the quantity when picking an item. It's very exciting having access to your refrigerator when buying home supplies or to your warehouse if you need something. In road to work, track shared supplies between coworkers.
-
Installation
-
Python version 3.6
-
Django Version 1.11.8
Some linux distros may need to define different pip or python. I.e pip3 or pip3.6 instead of pip or python3 or python 3.6 instead of python.
-
Additional packages needed are included in the requirements.txt and can be installed locally typing the command : pip install --user -r requirements.txt
-
Creation of tables is necessary : python manage.py migrate and then starting the server : python manage.py runserver
-
HAML is used instead of simple HTML trying to avoid too much lines of code making our life easier 👍