Django for Designers/Sharing: Difference between revisions

no edit summary
imported>Aldeka
imported>Paulproteus
No edit summary
 
(One intermediate revision by one other user not shown)
Line 6:
 
The first, easiest way to let other people see it is to let other people connect to your computer. (Note that this might not work if your computer has a firewall enabled.)
 
It also won't work on the conference network due to an aggressive firewall.
 
<!--
 
You've already been using the Django ''runserver'' command, but you have been the only one able to connect to it. We'll change that with two steps.
Line 28 ⟶ 32:
 
(Side note: The instructor is using [https://github.com/paulproteus/address-shower this app] to run the service where you can see your IP address.)
 
-->
 
=== Deployment on Heroku ===
Line 164 ⟶ 170:
 
Now just reload that Github page, and you should see the files you have been working on! You'll also see that since we passed ''--all'' to git, all the branches are available on Github.
 
Congratulations! You have completed this tutorial!
 
[[Django_for_Designers/Whats_next|Further exercises for the reader]]
Anonymous user