Profile Lookup Application
Welcome to adventures of framework Django that provide all necessary technics and possibilities to develop any kind of web application.
Idea: Develop simple application that provide functionality:
Implementation requirements:
First step it's creating of ORM model "Profile" and migration to the database:
Second step is creating of controller that represent connection between functionality of model and template.
Third step develop templates to represent the views
Last step it's reorganize routing between the views and templates
Data represents with tag functionality that inserted to the template
Developed and Implemented by David Furman