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

Refactoring the code base #11

Closed nickjj closed 9 years ago

nickjj commented 9 years ago

The entire app will be combed over, function by function with intentions to move code around into places that will allow for better maintainability and easier customization.

This will end up doing various things like moving logic out of the views and into either the model or libraries and so on.

nickjj commented 9 years ago

Fixed on master.