Commit Graph

11 Commits

Author SHA1 Message Date
Oliver
9dc41ba122 Fix requirements
>= rather than ==
2018-04-17 16:58:37 +10:00
Oliver
eb5413b4fa Added requirement for pillow module 2018-04-16 01:17:14 +10:00
Oliver
1027e812bc Use django_import_export
- Allows import / export to multiple file formats
- Provides admin interface
- Work to be done to perform data tweaking
- It would be really cool if the data fields could be associated 'intelligently'
 (i.e. not just based on PK, but name-lookup too).
2018-04-16 00:44:32 +10:00
Oliver
21e3f415c6 Added ability to edit parts
- installed django_crispy_forms
- added EditPartForm in part/forms.py
- Vastly simplified parts views by using class views 
  (need to do this for the other apps too!)
2018-04-15 01:18:12 +10:00
Oliver Walters
7478371d0c Added stockhistory
using django-simple-history
2017-04-21 23:47:04 +10:00
Oliver Walters
bf1c7125a4 Added API documentation 2017-04-15 00:15:38 +10:00
Oliver Walters
6f9bf45e22 Added django_filter app 2017-04-14 12:11:42 +10:00
Oliver Walters
761307d3aa Fixed requirements bug 2017-04-12 18:43:14 +10:00
Oliver Walters
a790d35e48 Added flake8 to requirements 2017-04-12 16:30:21 +10:00
zakx
c5b2206f94 Removing bogus dependencies 2017-04-10 23:03:12 +02:00
zakx
89e4cf899e Modernized environment 2017-04-10 22:55:25 +02:00