Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1 KB

README.md

File metadata and controls

47 lines (32 loc) · 1 KB

inventario_verdebinario

Django based web system used to register Verde Binario's items.

Install

  • Clone Project
>>> git clone https://github.com/peppelinux/inventario_verdebinario.git

** Note: the root directory must be called VerdeBinario and not inventario_verdebinario to work as is

  • Requirements
>>> pip install -r requirements.txt

Features

  • inventory
    • donations
    • hardware
  • museum
    • photos
    • technical sheet

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request =]

History

  • 0.1 2013-07-18:
    • initial commit
    • qr-code is disabled, we are looking for a lib well manteined
    • fixed git author name...

Bitdeli Badge