Hi,
I am given a responsibility in my project to develop a Equipment tracking tool with following requirements
- New Equipment can be added by admin to a particular user
- Once equipment is assigned to a person he will a request to accept the request so he will be responsible
- User can transfer his equipment to other users.
- At the same time Admin should be sent a mail or message whenever there is a change in status.
- It should be deployed locally on a PC( So it is not actually a web app) that is connected to network which can be accessed by everyone
I thought I can use Django for this( I am new to it ), but I do not know much about deployment on a local PC , How can I do this, or is there any better Idea for this?