Tools Covered
Tools Covered
Task performed
1. TOOLS AND TECHNOLOGIES
By using Django, we can build web applications in very less time. Django is designed in such a
manner that it handles much of configure things automatically, so we can focus on application
development only.
The MVT (Model View Template) is a software design pattern. It is a collection of three
important components Model View and Template. The model helps to handle database. It is a
data access layer which handles the data.
The template is presentation layer which handles user interface part completely. The View is
used to execute the business logic and interact with a model to carry data and renders a
template.
1. Python
2. Any IDE to run python (PyCharm, VS Code)
3. PostgreSQL (Database)
4. pgAdmin (to handle database)
1
2. TASK DESCRIPTION
Task 1
Output Screenshot
Task 2
2
Output Screenshot
3
Task 3
Task Description Exe file that extracts all information about user’s system.
Output Screenshot
4
After entering the name the program exits and sends all information to the server.
5
Task assigned:
o 1. Create a Form Using Django
3. REFLECTION NOTES
7
4. CONCLUSION
The Internship helped in giving a bit insight of how the corporate world feels like and the
importance of team work in a project to complete the project on time.
The Internship also helped me learn a lot of new technical stuff such as responsiveness of a
website, PHP frameworks, Folder Hierarchy and management of project, work-place ethics etc.
8
REFERENCES
The references that I am giving over here includes the tools and technologies
documentations, some playlists or YouTube Video guide and some terms that has been
encountered by me and was very helpful in development.
1. YouTube
2. Django Official Documentation