Hi,
Just my $0.02, but human resources management is a quite broad topic, and the kind of project you're planning is not a toy (i.e. "Hello world" style) application :) In addition, since you are a Django newbie, I'm afraid that it could be out of reach with your actual skills. It would thus be wiser to work with some experienced people and not to undertake such a project alone. This way, there will be far more chances to succeed. In addition you'll learn a lot from your buddies, and you'll be ready to fly solo for the next project of such an ambition. Anyway, before thinking about coding, and no matter which language, framework or technology will be used, you should start by defining carefully which functionalities the system you plan to create will offer and the constraints it must fulfil (deployment, security, access rights management,...). Once this step completed and the result reviewed and approved by people who will use and operate the system, you will have in hands the list of technical functionalities you need to use. Have then a look at the Django Packages Repository (https://djangopackages.org/), which is packed with hundreds (or maybe thousands) of apps covering a tremendously broad spectrum. I'm pretty sure you'll find there valuable building blocks implementing some of the features required, without having you to create them from scratch. Your global task will thus be reduced and you'll be able to focus on the remaining features and code them. BTW studying how people have implemented the packages you'll pick from DPR will teach you a lot about Django, and probably about Python and coding too. Hope this will help. Eric ________________________________ From: [email protected] <[email protected]> on behalf of django_learner <[email protected]> Sent: Monday, October 8, 2018 05:20 To: Django users Subject: What are packages or tool that are useful to make a Human resource management system I am newbie to django. I am trying to make a Human resource management system software but it is very hard to make from scratch. Can anyone suggest any packages or tools that will be useful. Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c19356f9-d0e0-43fd-902a-7d220b80c9c7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/AM6P193MB042172989B4C98CC91B19C418CE60%40AM6P193MB0421.EURP193.PROD.OUTLOOK.COM. For more options, visit https://groups.google.com/d/optout.

