Django for Designers: Difference between revisions

Content added Content deleted
Line 665: Line 665:
</source>
</source>


Now if we reload our site at http://localhost:8000, we can see that the prewritten static files have modified it some, and it looks significantly nicer than it did before!
Now if we reload our site at http://localhost:8000, we can see that the prewritten static files have styled it some, and it looks significantly nicer than it did before!


=== Part 3: Models, our database, and making it visible ===
=== Part 3: Models, our database, and making it visible ===