aboutsummaryrefslogtreecommitdiff
path: root/budget/migrations/env.py
AgeCommit message (Collapse)AuthorFilesLines
2016-06-28Convert readthedocs links for their .org -> .io migration for hosted projectsAdam Chainz1-1/+1
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
2016-05-31Handle migrations through alembic/flask-MigrationsJocelyn Delande1-0/+85
Auto-initialization now applies migrations instead of using db. create_all() fix #83