Releases: ernestofgonzalez/djangorocket
Releases · ernestofgonzalez/djangorocket
v0.5.0
- Added search with OpenSearch
- Added settings for Mixpanel
- Added error logging with Sentry
v0.4.3
- Fix typo in namespace. (#41)
0.4.2
- 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
- Fixed
createsuperuser
command. (#36)
0.4.0
- Added Sign-in with Google. (#8)
0.3.0
- 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
- Added a pre-populated
.env
file. (issue #20)
0.1.0
- Added billing with Stripe. (#6)
- Added authentication with custom user model. (#4)