A simple Inventory Management System written in the Django Web Framework.
Stars
3
Forks
0
Watchers
3
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
35
commits
Altered Location model to allow null-constraint on DB-level.
03fdca2View on GitHubMake it more clear that the SECRET_KEY in local_settings_example is an example.
2addbf7View on GitHubAlter Location model to allow locations without identifiers.
f580823View on GitHubAdding func for adding images to items and also thumbnailing for the images.
3806ccfView on GitHubAdding management-command to generate labels with identifiers.
d03d665View on GitHubFixed minor error not properly hiding content-table on container-view when nothing is present.
6e0e0faView on GitHubAdded django-autocomplete-light for beautiful multiselect and auto-create of tags.
1a87eceView on GitHubAdded django-bootstrap4 for beautiful <form>'s and added update/edit funcs for all.
e1fe089View on GitHubUpdated templates with more relevant information's on the sites.
9b62f80View on GitHub