Some of us develop Django applications which can be used inside Intranet for various purposes.
Some ideas are:
Some ideas are:
- HRMS apps
- Interview Management Tools
- Grievance Management Tool
- Financial Report Generators.
These apps running on intranet, generally don't face too much traffic at a time, but they do need to compute or face heavy queries which is why, it's a good idea to release them on a proper environment . Typically they are light on UI. I choose to use bootstrap which is enough to achieve a decent look .
Still you should serve them using something which is good at serving static content. So I chose Apache. Lets get started.