Djangorocket Versions Save

A Django SaaS boilerplate

0.4.3

9 months ago
  • Fix typo in namespace. (#41)

0.4.2

11 months ago
  • 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

11 months ago
  • Fixed createsuperuser command. (#36)

0.4.0

1 year ago
  • Added Sign-in with Google. (#8)

0.3.0

1 year ago
  • 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

1 year ago
  • Added a pre-populated .env file. (issue #20)

0.1.0

1 year ago
  • Added billing with Stripe. (#6)
  • Added authentication with custom user model. (#4)