You are currently viewing Building Live Demo on Patient information using Django Web Framework
Building Live app using Django Framework

Building Live Demo on Patient information using Django Web Framework

Loading

This Project focuses on login using authenticated credential. When patient logins, he/she will shown information such as his name with the option to add details about his disease and disease description. The whole implementation is achieved using Django framework. Please refer to the below image to understand the roadmap of the implemented work.

Roadmap of implemented project
                                           Road-map of implemented project

Please see below the final look of the work

Final Implementation of the work
                                                        Final Implementation of the work

How to run the code: If everything goes well please run the code python manage.py runserver. You will see the following in the terminal. Just go to link and given in the below image.

Running at local host
                                                            Running at local host

Just click on the login and login using credentials which you have created while configuring the database with the Django. At that time you will be asked for creating the superuser. During the live implementation authentication of user entered credentials and credentials stored in the Database will be compared and only valid user will be validated.

Purpose of this work: This work is implemented to provide you general overview about Django framework and how it is used to display the content on the web page. Django is used for various purpose such as authenticated the user as well as providing different features to users such as adding new blogs or adding new details. Moreover CSS and HTML can be configured with django and rendering of HTML page can be achieved using such. E-commerce websites can also be made using Django framework. I suggest readers to read the basics of Django from my previous post Learning Django terms and starting overviews. You may also look at the road map of the structure of this project.

Files Structure in Django
                                                             Files Structure in Django

Conclusion: You may visit the official website www.aisangam.com for more details as well you may visit AI Sangam you tube channel for more demos. We are covering web integration, Machine learning, Deep learning and have made many live projects on them. Please have a look on them. Please visit the you tube link for viewing more details of this project Building Live Demo on Patient information using Django Web Framework

Leave a Reply