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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1226,6 +1226,10 @@ <h2>Django tutorials</h2>
1226
1226
which often provoke heated debate in the Django community for whether they
1227
1227
are a time saver or "too much magic" for the framework.</p>
1228
1228
</li>
1229
+
<li>
1230
+
<p><ahref="https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04">How to serve Django apps with uWSGI and Nginx on 14.04</a>
1231
+
is a detailed tutorial that walks through each step in the deployment process.</p>
Copy file name to clipboardExpand all lines: django.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,10 @@ <h2>Django tutorials</h2>
185
185
which often provoke heated debate in the Django community for whether they
186
186
are a time saver or "too much magic" for the framework.</p>
187
187
</li>
188
+
<li>
189
+
<p><ahref="https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04">How to serve Django apps with uWSGI and Nginx on 14.04</a>
190
+
is a detailed tutorial that walks through each step in the deployment process.</p>
Copy file name to clipboardExpand all lines: source/content/pages/04-web-development/02-django.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,9 @@ While you're learning about Django you should also read up on
146
146
which often provoke heated debate in the Django community for whether they
147
147
are a time saver or "too much magic" for the framework.
148
148
149
+
*[How to serve Django apps with uWSGI and Nginx on 14.04](https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04)
150
+
is a detailed tutorial that walks through each step in the deployment process.
0 commit comments