mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
21e3f415c6
- 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!)
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
Django==1.11
|
|
djangorestframework==3.6.2
|
|
django_filter==1.0.2
|
|
django-simple-history==1.8.2
|
|
coreapi==2.3.0
|
|
pygments==2.2.0
|
|
django-crispy-forms==1.7.2 |