★ wanayoo — archive 1999 https://github.com/realpython/materials/pull/99/commitsNouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python sqlite sqlalchemy #99

Open
wants to merge 60 commits into
base: master
from
Open

Python sqlite sqlalchemy #99

wants to merge 60 commits into from

Commits on Jan 15, 2020

  1. Updated code to be cleaner and closer to what I intended

    writeson committed Jan 15, 2020

Commits on Jan 17, 2020

  1. Made the SQL syntax more consistent

    writeson committed Jan 17, 2020

Commits on Jan 20, 2020

  1. Updating code to be cleaner and mirror what's in the article text

    writeson committed Jan 20, 2020
  2. Merge branch 'master' into python-sqlite-sqlalchemy

    writeson committed Jan 20, 2020

Commits on Mar 17, 2020

  1. Adding in the Flask web server to use the chinook database

    writeson committed Mar 17, 2020

Commits on Mar 18, 2020

  1. Updating the chinook models

    writeson committed Mar 18, 2020

Commits on Mar 21, 2020

  1. Adding working pages to the example 8 server

    writeson committed Mar 21, 2020

Commits on Mar 22, 2020

  1. Working version with WTForms and Flask-Bootstrap for artists, albums …

    …and tracks.
    writeson committed Mar 22, 2020

Commits on Mar 23, 2020

  1. Adding in the other routes

    writeson committed Mar 23, 2020

Commits on Mar 24, 2020

  1. Final working example 8, formatted with black

    writeson committed Mar 24, 2020

Commits on Mar 25, 2020

  1. Re-installed the chinook.db and moved it's location in the project

    writeson committed Mar 25, 2020

Commits on Mar 29, 2020

  1. Removed extraneous requirements.txt file

    writeson committed Mar 29, 2020

Commits on Apr 5, 2020

  1. Reworking the code to match the updated article text

    writeson committed Apr 5, 2020

Commits on Apr 6, 2020

  1. Making sure the code is formatted with Black and the comments begin w…

    …ith an uppercased word
    writeson committed Apr 6, 2020
  2. Merge branch 'master' into python-sqlite-sqlalchemy

    writeson committed Apr 6, 2020
  3. Updated the requirements.txt file

    writeson committed Apr 6, 2020
  4. correcting the global requirements.txt

    writeson committed Apr 6, 2020
  5. Fixed CircleCI problems

    writeson committed Apr 6, 2020
  6. CircleCI fix

    writeson committed Apr 6, 2020
  7. Fixed trailing whitespace problem

    writeson committed Apr 6, 2020
  8. Black format fixes

    writeson committed Apr 6, 2020
  9. Black formatting changes

    writeson committed Apr 6, 2020
  10. Fixed Black stuff again

    writeson committed Apr 6, 2020
  11. Once more

    writeson committed Apr 6, 2020

Commits on Apr 7, 2020

  1. Update routes.py

    writeson committed Apr 7, 2020
  2. Update routes.py

    writeson committed Apr 7, 2020
  3. Update routes.py

    writeson committed Apr 7, 2020
  4. Update routes.py

    writeson committed Apr 7, 2020
  5. Fixed black formatting problem with invoices/routes.py

    Doug Farrell
    Doug Farrell committed Apr 7, 2020

Commits on Jun 14, 2020

  1. Updating the article code based on PR comments from Geir

    writeson committed Jun 14, 2020

Commits on Jun 20, 2020

  1. Modified the code in response to comments in the PR

    writeson committed Jun 20, 2020
  2. Modified code based on CircleCI failures

    writeson committed Jun 20, 2020

Commits on Jun 29, 2020

  1. Cicle/CI chanages

    writeson committed Jun 29, 2020
  2. Circle/CI changes

    writeson committed Jun 29, 2020

Commits on Jun 30, 2020

  1. Updates based on the PR comments

    writeson committed Jun 30, 2020

Commits on Jul 1, 2020

  1. Updating some of the code in response to PR comments, and to just mak…

    …e some code formatting consistent
    writeson committed Jul 1, 2020

Commits on Jul 15, 2020

  1. Updated the code based on comments in the latest PR review

    writeson committed Jul 15, 2020

Commits on Jul 24, 2020

  1. Updating code to reflect comments in PR

    writeson committed Jul 24, 2020

Commits on Jul 27, 2020

  1. Updated code based on latest as of (2020/07/27) PR comments

    writeson committed Jul 27, 2020
  2. Updated to address ci|circle issues

    writeson committed Jul 27, 2020
  3. Updated to address ci|circle issues

    writeson committed Jul 27, 2020
  4. Updated to match what needs to be in the article content

    writeson committed Jul 27, 2020

Commits on Aug 17, 2020

  1. Fixed problem with the albums link when no artist is supplied. Also a…

    …dded raising an exception if no .env file is found
    writeson committed Aug 17, 2020
  2. Fixed syntax error in example 1 main.py and the add_new_book problem …

    …in example 2
    writeson committed Aug 17, 2020
  3. Fixed formatting problem with code according to CI/Circle

    writeson committed Aug 17, 2020

Commits on Aug 18, 2020

  1. Updating code based on Geir's comments in Slack

    writeson committed Aug 18, 2020
  2. Removed unnecessary import author_publisher

    writeson committed Aug 18, 2020
  3. Removed test book insertions

    writeson committed Aug 18, 2020
  4. Removed commented out code

    writeson committed Aug 18, 2020
  5. Corrected various issues adding new books to database

    writeson committed Aug 18, 2020
  6. Removed unnecessary SqlAlchemy model class __eq__ methods

    writeson committed Aug 18, 2020
  7. Removed unnecessary import

    writeson committed Aug 18, 2020
  8. Removed extra blank line at end of file, so fussy

    writeson committed Aug 18, 2020
  9. Removed unnecessary code

    writeson committed Aug 18, 2020

Commits on Aug 19, 2020

  1. Responded to Geir's latest comments and suggestions

    writeson committed Aug 19, 2020

Commits on Aug 22, 2020

  1. Responded to Geir's latest comments and suggestions

    writeson committed Aug 22, 2020

Commits on Aug 25, 2020

  1. Shortening some docstrings

    writeson committed Aug 25, 2020

Commits on Sep 6, 2020

  1. Corrected spelling on a SQLAlchemy

    writeson committed Sep 6, 2020
You can’t perform that action at this time.