Creating a Superuser on Heroku (PCC Chapter 20): OperationalError at /users/register/ >>>no such table: auth_user

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • mclearninglab

    Learning Labs project from Python Crash Course

  • I just pushed it to github here: mclearning labs github

  • heroku-buildpack-python

    Heroku's buildpack for Python applications.

  • Set the latest Buildpack, so you get the fix that's not yet in the latest release: heroku buildpacks:set https://github.com/heroku/heroku-buildpack-python.git

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • learning_log_2e_django40

    Test version of the Learning Log project from Python Crash Course, second edition.

  • If you're curious to see what went into finding the fix, take a look here. The actual fix is in this Heroku PR. Briefly, Heroku is doing a stricter examination of projects before auto-provisioning a Postgres database, but that examination was failing for every project.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts