Skip to content

Commit 0a545c7

Browse files
committed
new django migrations resource
1 parent b1ff9b0 commit 0a545c7

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

django.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/04-web-development/02-django.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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/)

0 commit comments

Comments
 (0)