diff --git a/openshift/templates/openshift/index.html b/openshift/templates/openshift/index.html index 6ad12b9..62e16b6 100644 --- a/openshift/templates/openshift/index.html +++ b/openshift/templates/openshift/index.html @@ -33,7 +33,8 @@
python manage.py startapp openshift
- Now it is time to add your own code. Follow along the Django tutorial to learn more about Django. + Now it is time to add your own code. Follow along the Django tutorial + to learn more about Django.
@@ -42,6 +43,8 @@ You can see more information about this request using the toolbar on the right.DEBUG = True
and that is not appropriate for production use,
but very handy during development.