anuj-glitch / Disease-Prediction-using-Django-and-machine-learning

**A end to end project - Powered by Django and Machine Learning** - This project aims to provide a web platform to predict the occurrences of disease on the basis of various symptoms. The user can select various symptoms and can find the diseases and consult to the doctor online.
Apache License 2.0
263 stars 78 forks source link

Database connection #10

Open vikasvicky18 opened 3 years ago

vikasvicky18 commented 3 years ago

Whether we need to create tables of database explicitly or it will create automatically ?

anuj-glitch commented 3 years ago

Tables will automatically gets created.. once you run migration in django.