Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone the production database #73

Open
just-paja opened this issue Jan 4, 2017 · 3 comments
Open

Clone the production database #73

just-paja opened this issue Jan 4, 2017 · 3 comments
Milestone

Comments

@just-paja
Copy link
Owner

As tester, I need to be able to test application with real data on staging environment.

Question is, should it clone participants data as well? Tester should be allowed to test the e-mailing capability as well without affecting real life users.

@just-paja just-paja added this to the Reservations milestone Jan 4, 2017
@PetrDlouhy
Copy link
Collaborator

This could be done with filebased backend https://docs.djangoproject.com/en/1.10/topics/email/#file-backend

But we would need to make sure, that it is always used in development environment and testing the whole functionality would require to using different setup.

@just-paja
Copy link
Owner Author

Relates to #79

@PetrDlouhy
Copy link
Collaborator

I found django-email-bandit, which can be used to send all emails to one email address. Or we could use django-email-database-backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants