Django for Designers/Adding models: Difference between revisions

imported>Aldeka
imported>Paulproteus
Line 767:
Save and commit your error-catching work.
 
<!-- ==== Let me show off ====
 
So far, we've all only been able to access our own Django-powered sites. In this section, you will see how to access my (the instructor's) super cool bookmarks site! (We'll talk later about how you can share your code the same way. It might require firewall configuration changes on your computer, so we save that complexity for later.)
Line 778:
 
When you visit the instructor's app, you are interacting with the database stored on her laptop. So all the changes made by other people in the room are reflected in what you see! So try not to be too silly.
 
No demo for now.
 
-->
 
<!-- Instructor git note: git push origin HEAD:pre-part-4 00-->
Anonymous user