Skip to content

Releases: ernestofgonzalez/djangorocket

v0.4.3

11 Aug 14:01
3e6dafc
Compare
Choose a tag to compare
  • Fix typo in namespace. (#41)

0.4.2

07 Jun 20:31
Compare
Choose a tag to compare
  • 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

06 Jun 21:31
afac3e0
Compare
Choose a tag to compare
  • Fixed createsuperuser command. (#36)

0.4.0

27 Jan 16:27
Compare
Choose a tag to compare
  • Added Sign-in with Google. (#8)

0.3.0

18 Jan 23:06
8a9e6ca
Compare
Choose a tag to compare
  • 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

17 Jan 19:46
Compare
Choose a tag to compare
  • Added a pre-populated .env file. (issue #20)

0.1.0

17 Jan 01:08
ed8bf08
Compare
Choose a tag to compare
  • Added billing with Stripe. (#6)
  • Added authentication with custom user model. (#4)