A simple Django app for managing a bird breeding colony
Reason this release was yanked:
still missing package data
Project description
lab-inventory
lab-inventory is a Django application used to track inventory and orders in the lab.
The admin interface is the primary tool used to create and update item records, but there is a growing collection of views that can be used to browse the database and generate orders in a format that can be sent off to our purchasing department.
lab-inventory is licensed for you to use under the BSD 3-Clause License. See COPYING for details
Quick start
-
Requires Python 3.8+ and Django 4.0+
-
Install the package from pypi:
pip install django-labl-inventory
. Worth putting in a virtualenv. -
Add
inventory
to your INSTALLED_APPS setting like this:
INSTALLED_APPS = (
...
'inventory',
)
- Include the inventory URLconf in your project urls.py like this::
re_path(r'^inventory/', include('inventory.urls')),
-
Run
python manage.py migrate
to create the inventory models. -
Start the development server and visit http://127.0.0.1:8000/admin/inventory/ to create items, vendors, manufacturers, etc. (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/inventory/ to use views.
Bash example
Run sh example.sh
to create and run an example of django-lab-inventory. This is very outdated.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-lab-inventory-0.4.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | db82a5598dab93593812ebd7d1319b2090c4be0c7a93df3d91aba43799ecfbdd |
|
MD5 | 2527d145e42aa7195be9fa4573db9b4b |
|
BLAKE2b-256 | 7bb72588d0113f44196c287833e36f675e6f24010252365f930e71dcf3758fdc |
Hashes for django_lab_inventory-0.4.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1dcdc43425055eebab3e96c356c52543e15dbe2a849f7377ed86442936b148d |
|
MD5 | a25041a72f0db4a809d39c5fb9e690e8 |
|
BLAKE2b-256 | c0f2f26d02f73de7bf6cb342ef948de622f8143c121f18843364012862c7901c |