You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1762,6 +1762,13 @@ <h2>Django migrations</h2>
1762
1762
are now all available to read.</p>
1763
1763
</li>
1764
1764
<li>
1765
+
<p>Channels are a new mechanism in Django 1.9 (as a standalone app, later
1766
+
for incorporation into the core framework) for real-time full-duplex
1767
+
communication between the browser and the server based on
1768
+
<ahref="/websockets.html">WebSockets</a>. This
1769
+
<ahref="https://blog.heroku.com/archives/2016/3/17/in_deep_with_django_channels_the_future_of_real_time_apps_in_django">tutorial shows how to get started with Django Channels in your project</a>.</p>
1770
+
</li>
1771
+
<li>
1765
1772
<p><ahref="http://pankrat.github.io/2015/django-migrations-without-downtimes/">Django migrations without downtimes</a>
1766
1773
shows one potential way of performing on-line schema migrations with
Copy file name to clipboardExpand all lines: django.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,13 @@ <h2>Django migrations</h2>
203
203
are now all available to read.</p>
204
204
</li>
205
205
<li>
206
+
<p>Channels are a new mechanism in Django 1.9 (as a standalone app, later
207
+
for incorporation into the core framework) for real-time full-duplex
208
+
communication between the browser and the server based on
209
+
<ahref="/websockets.html">WebSockets</a>. This
210
+
<ahref="https://blog.heroku.com/archives/2016/3/17/in_deep_with_django_channels_the_future_of_real_time_apps_in_django">tutorial shows how to get started with Django Channels in your project</a>.</p>
211
+
</li>
212
+
<li>
206
213
<p><ahref="http://pankrat.github.io/2015/django-migrations-without-downtimes/">Django migrations without downtimes</a>
207
214
shows one potential way of performing on-line schema migrations with
* Channels are a new mechanism in Django 1.9 (as a standalone app, later
173
+
for incorporation into the core framework) for real-time full-duplex
174
+
communication between the browser and the server based on
175
+
[WebSockets](/websockets.html). This
176
+
[tutorial shows how to get started with Django Channels in your project](https://blog.heroku.com/archives/2016/3/17/in_deep_with_django_channels_the_future_of_real_time_apps_in_django).
177
+
172
178
*[Django migrations without downtimes](http://pankrat.github.io/2015/django-migrations-without-downtimes/)
173
179
shows one potential way of performing on-line schema migrations with
174
180
Django.
175
181
182
+
176
183
## Django testing
177
184
*[Integrating Front End Tools with Django](https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/)
178
185
is a good post to read for figuring out how to use [Gulp](http://gulpjs.com/)
0 commit comments