Changelog#

0.4.3 (2023-08-11)#

  • Fix typo in namespace (#41)

0.4.2 (2023-06-07)#

  • Fixed the missing Sign In with Google button in the auth/pages/login.html template (#38)

  • Fixed an incorrect assign of the Google account name to user.email when creating the account with Google (#38)

0.4.1 (2023-06-06)#

  • Fixed createsuperuser command (#36)

0.4.0 (2023-01-27)#

  • Added sign in with Google (#8)

0.3.0 (2023-01-18)#

  • Added a docker-compose.yml file to set up Postgres and Redis instances (#23)

  • Changed index template to add links to documentation and source code (#23)

0.2.0 (2023-01-17)#

  • Added a pre-populated .env file (#20)

0.1.0 (2023-01-17)#

  • Added billing with Stripe (#6)

  • Added authentication with custom user model (#4)