Django for Designers/Sharing: Difference between revisions

no edit summary
imported>Paulproteus
No edit summary
imported>Paulproteus
No edit summary
 
(2 intermediate revisions 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 139 ⟶ 145:
You'll also be able to browse your app's code yourself on Github!
 
(One important note: if the security of your app mattered, you would need to hide the ''SECRET_KEY'' variable inside settings.py from onlookers. For now, we will carry on without worry about that.)
 
You've been using git all along, but with Github, you can publish your work too.
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