Reformat HTML
This commit is contained in:
parent
5bc5c9d9bc
commit
0bb02a4c0f
1 changed files with 5 additions and 2 deletions
|
@ -33,7 +33,8 @@
|
||||||
<li>Sample Django app created with <code>python manage.py startapp openshift</code></li>
|
<li>Sample Django app created with <code>python manage.py startapp openshift</code></li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
Now it is time to add your own code. Follow along the <a href="https://docs.djangoproject.com/en/1.8/intro/tutorial01/">Django tutorial</a> to learn more about Django.
|
Now it is time to add your own code. Follow along the <a href="https://docs.djangoproject.com/en/1.8/intro/tutorial01/">Django tutorial</a>
|
||||||
|
to learn more about Django.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -42,6 +43,8 @@
|
||||||
You can see more information about this request using the toolbar on the right.<br>
|
You can see more information about this request using the toolbar on the right.<br>
|
||||||
Please note that by default your Django settings have <code>DEBUG = True</code> and that is not appropriate for production use,
|
Please note that by default your Django settings have <code>DEBUG = True</code> and that is not appropriate for production use,
|
||||||
but very handy during development.<br>
|
but very handy during development.<br>
|
||||||
Refer to the <a href="https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/">Deployment Checklist</a> before taking this project into a production environment.</p>
|
Refer to the <a href="https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/">Deployment Checklist</a>
|
||||||
|
before taking this project into a production environment.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
Loading…
Reference in a new issue