issues
search
graik
/
labhamster
Django project for simple purchase / order management in scientific labs
MIT License
12
stars
5
forks
source link
Django -> 1.11 and added fields
#10
Closed
graik
closed
6 years ago
graik
commented
6 years ago
Changes:
update to Django 1.11 (no changes required)
use new "release" feature in Heroku Procfile for application of migrations
add fields to Order:
po_number, is_urgent
add fields to Product:
manufacturer, manufacturer_catalog
fine-tuning of Order page and Product and Order tables
Changes: