Seeking Guidance on Developing a Patient Management System with Django

As a beginner, I’m onto creating a patient management system using Django. This system will involve managing users such as doctors, patients, staff, and administrators. However, I’m unsure about the best approach to take in structuring the project. Should I opt for multiple apps or a single app architecture? Additionally, I would greatly appreciate a roadmap or guidance on how to proceed with this project, considering my beginner level. Thank you for your insights and assistance!

See my reply at The Design/Architecture for my Blood Donation Management in Django for some initial thoughts.

If you have any questions after that, feel free to ask them here.