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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1367,7 +1367,9 @@ <h2>Django tutorials</h2>
1367
1367
</li>
1368
1368
<li>
1369
1369
<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>
1370
-
is a detailed tutorial that walks through each step in the deployment process.</p>
1370
+
and
1371
+
<ahref="https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7">how to set up Django with PostgreSQL, Nginx and Gunicorn</a>
1372
+
are detailed tutorials that walk through each step in the deployment process.</p>
Copy file name to clipboardExpand all lines: django.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,9 @@ <h2>Django tutorials</h2>
192
192
</li>
193
193
<li>
194
194
<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>
195
-
is a detailed tutorial that walks through each step in the deployment process.</p>
195
+
and
196
+
<ahref="https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7">how to set up Django with PostgreSQL, Nginx and Gunicorn</a>
197
+
are detailed tutorials that walk through each step in the deployment process.</p>
Copy file name to clipboardExpand all lines: source/content/pages/04-web-development/02-django.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,9 @@ While you're learning about Django you should also read up on
151
151
are a time saver or "too much magic" for the framework.
152
152
153
153
*[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)
154
-
is a detailed tutorial that walks through each step in the deployment process.
154
+
and
155
+
[how to set up Django with PostgreSQL, Nginx and Gunicorn](https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7)
156
+
are detailed tutorials that walk through each step in the deployment process.
0 commit comments