deploy Django search engine to production

Hello, I’m finished with my Django/Vuejs search engine project. That is I expect it to be in production this week.

The only issue I ran into, was not using web scrappers. See I have a list of 300-400 arborist websites that I want to manually add to my database via Django Admin.

I understand that is a time consuming process as opposed to using crawling/scrapping these sites.

I’m also using Django-Haystack/PostgreSQL for search queries. Will using these software tools alone, be enough for my project in production, that is for my end-users when using my search engine in terms of latency/bandwidth?

I recently got Checkmk to monitor my bandwidth, latency, throughput, load balancers etc…

Please let me know if you additional clarification