Coder Social home page Coder Social logo

Improve book list about bookstore HOT 2 CLOSED

kevinbowen777 avatar kevinbowen777 commented on May 29, 2024
Improve book list

from bookstore.

Comments (2)

kevinbowen777 avatar kevinbowen777 commented on May 29, 2024

Setup book list and added from shell

book = Book.objects.create(
title="Brave New World",
author="Aldous Huxley",
price="19.95")

book = Book.objects.create(
title="Django for Beginners: Learn web development with Django",
author="William S. Vincent",
price="39.95",
cover="covers/dfb_cover_40_4hqNCAw.jpg")

book = Book.objects.create(
title="Django for APIs: Build web APIs with Python & Django",
author="William S. Vincent",
price="49.95",
cover="covers/dfa_cover_40_krlHV6o.jpg")

book = Book.objects.create(
title="Django for Professionals: Production websites with Python & Django",
author="William S. Vincent",
price="39.95",
cover="covers/dfp_PXomXx9.png")

book = Book.objects.create(
title="Atoms, Metaphors and Paradoxes: Niels Bohr and the Construction of a New Physics",
author="Sandro Petruccioli",
price="59.95",
cover="covers/atoms_metaphors.jpg")

book = Book.objects.create(
title="Luce elettricità magnetismo",
author="Sandro Petruccioli",
price="79.95",
cover="covers/luce_petro.jpg")

book = Book.objects.create(
title="The Structure of Scientific Revolutions",
author="Thomas Kuhn",
price="29.95",
cover="covers/struct_sci_rev_kuhn.jpg")

book = Book.objects.create(
title="Black-Body Theory and the Quantum Discontinuity, 1894-1912",
author="Thomas Kuhn",
price="49.95",
cover="covers/black_body_kuhn.jpg")

book = Book.objects.create(
title="Capitalist Realism: Is There No Alternative?",
author="Mark Fisher",
price="12.95",
cover="covers/cap_fisher.jpg")

book = Book.objects.create(
title="Ghosts of My Life: Writings on Depression, Hauntology and Lost Futures",
author="Mark Fisher",
price="26.95",
cover="covers/ghosts_fisher.jpg")

book = Book.objects.create(
title="The Conquest of Bread",
author="Pyotr Kropotkin",
price="9.95",
cover="covers/bread_kropot.jpg")

book = Book.objects.create(
title="Anarchism: A Collection of Revolutionary Writings",
author="Pyotr Kropotkin",
price="8.95",
cover="covers/anarcho_kropot.jpg")

book = Book.objects.create(
title="My Mother: Demonology",
author="Kathy Acker",
price="27.95",
cover="covers/mymother_acker.jpg")

book = Book.objects.create(
title="Blood and Guts in High School",
author="Kathy Acker",
price="23.95",
cover="covers/blood_guts_acker.jpg")

book = Book.objects.create(
title="Dubliners",
author="James Joyce",
price="9.95",
cover="covers/dubliners_joyce.jpg")

book = Book.objects.create(
title="Ulysses",
author="James Joyce",
price="16.95",
cover="covers/uly_joyce.jpg")

Sandro Petruccioli
James Joyce
Thomas Kuhn
William S. Vincent
Aldous Huxley
Mark Fisher
Kathy Acker
Pyotr Kropotkin

from bookstore.

kevinbowen777 avatar kevinbowen777 commented on May 29, 2024

Resolved with commit ad4c678

from bookstore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.