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>
|
||||
</ol>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
@ -42,6 +43,8 @@
|
|||
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,
|
||||
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>
|
||||
</body></html>
|
||||
|
|
Loading…
Reference in a new issue