Profile Lookup Application
Worker Profile Application

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:

  1. Collect personal data of person
  2. Search the profiles.
  3. Show the detail profile
  4. Display and handle the overall data of profiles

Implementation requirements:

  • Database: SQLite
  • Framework: Django
  • Code:PyCharm

First step it's creating of ORM model "Profile" and migration to the database:

No alt text provided for this image
Mapping

Second step is creating of controller that represent connection between functionality of model and template.

No alt text provided for this image
views that represent functionallity

Third step develop templates to represent the views

  1. Register page
  2. List and Overall with search profile option data page
  3. Profile Detail page

No alt text provided for this image
List and Data Overall with searching functionallity
No alt text provided for this image
Registration of Profile
No alt text provided for this image
Profile Dteail Page


Last step it's reorganize routing between the views and templates

No alt text provided for this image
Routing

Data represents with tag functionality that inserted to the template

No alt text provided for this image
simple tag functions



Developed and Implemented by David Furman



要查看或添加评论,请登录

David Furman的更多文章

  • Authentication with Fastapi

    Authentication with Fastapi

    For our project we need a following packages: pip install pyjwt[crypto] - PyJWT is a library for encoding and decoding…

  • FastAPI is the fast way for building APIs?

    FastAPI is the fast way for building APIs?

    "If anyone is looking to build a production Python API, I would highly recommend FastAPI. It is beautifully designed…

  • Easy Backend development with Nest.js (1/5)

    Easy Backend development with Nest.js (1/5)

    Before we begin, ensure you have the following tools and technologies installed on your system: Prerequisites steps:…

  • Fullstack Dockerized Template on Typescript.

    Fullstack Dockerized Template on Typescript.

    We've heard developers voice the same pain points time and again: it's hard to integrate your app's frontend with your…

  • Data Visualization with Matplotlib

    Data Visualization with Matplotlib

    One of the ways to visualize the data the Matplotlib library are used. Let's start our deep journey with Single-Line…

  • Http Authentication and Authorization with Spring Security

    Http Authentication and Authorization with Spring Security

    First of all it's important to understand difference between Authentication and Authorization!By this simple tutorial…

  • Automation Sport News Scrapped and Implemented

    Automation Sport News Scrapped and Implemented

    Tutorial for scrapped content: 1.Now create simple pattern by qt Designer and convert it to python code.

社区洞察

其他会员也浏览了