nickjj / build-a-saas-app-with-flask

Learn how to build a production ready web app with Flask and Docker.
https://buildasaasappwithflask.com
MIT License
959 stars 189 forks source link

Allow users to save their locale and timezone #19

Closed nickjj closed 9 years ago

nickjj commented 9 years ago

Locales and timezones should be not be 2nd class citizens in a SAAS app. Introduce settings to allow users to set both in their account settings.

nickjj commented 9 years ago

Fixed on master, except on second thought there's no need to deal with saving timezones as a setting.