📙
Programming
  • Best Practice of Programming
  • Language Fundamental
    • String
    • Operators
    • Condition
    • Loop
  • Data
    • Exercise JSON Data
    • Array
  • Coding
  • API
  • Source Code Control
  • IDE
  • Httpd and Web
    • Exercise django
Powered by GitBook
On this page
  • Bookstore
  • Models
  • Views
  • Client

Was this helpful?

  1. Httpd and Web

Exercise django

Bookstore

Models

  • Book

    • Title

    • Category

    • Publisher

    • Author

  • Category

    • Name

  • Publisher

    • Name

  • Author

    • Last Name

    • First Name

Views

  • Main page : Summary of count of books, authors, and publishers

  • Books page :

    • List all and categories in the left side. Click category to switch.

    • Also show book count by each category.

    • Create Book page

    • Edit book page with deletion

  • Author page

    • List all authors in data table

    • Also list each author book count

    • Create Author.

    • Edit Author with deletion function

  • Publisher page

    • List all publishers in data table

    • Also list each publisher book count

    • Create publisher

    • Edit publisher with deletion function

Client

  • Responsive web design

  • Bootstrap 4

  • Material design

PreviousHttpd and Web

Last updated 4 years ago

Was this helpful?