File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -1505,6 +1505,11 @@ <h2>Django migrations</h2>
15051505 < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/ "> part 4</ a >
15061506 are now all available to read.</ p >
15071507</ li >
1508+ < li >
1509+ < p > < a href ="http://pankrat.github.io/2015/django-migrations-without-downtimes/ "> Django migrations without downtimes</ a >
1510+ shows one potential way of performing on-line schema migrations with
1511+ Django.</ p >
1512+ </ li >
15081513</ ul >
15091514< h2 > Django testing</ h2 >
15101515< ul >
Original file line number Diff line number Diff line change @@ -229,6 +229,11 @@ <h2>Django migrations</h2>
229229 < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/ "> part 4</ a >
230230 are now all available to read.</ p >
231231</ li >
232+ < li >
233+ < p > < a href ="http://pankrat.github.io/2015/django-migrations-without-downtimes/ "> Django migrations without downtimes</ a >
234+ shows one potential way of performing on-line schema migrations with
235+ Django.</ p >
236+ </ li >
232237</ ul >
233238< h2 > Django testing</ h2 >
234239< ul >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-08-24T14:49:31Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-08-25T09:34:33Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ for Django and web development on the
193193 [ part 4] ( http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/ )
194194 are now all available to read.
195195
196+ * [ Django migrations without downtimes] ( http://pankrat.github.io/2015/django-migrations-without-downtimes/ )
197+ shows one potential way of performing on-line schema migrations with
198+ Django.
196199
197200## Django testing
198201* [ Integrating Front End Tools with Django] ( https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/ )
You can’t perform that action at this time.
0 commit comments