Django for Designers/Starting our project: Difference between revisions

imported>Aldeka
imported>Aldeka
Line 80:
* myproject/urls.py: The URL declarations for this Django project; a “table of contents” of your Django-powered site.
 
<div class="instructor">Django comes with some local server software included. The Django development server is not hardy enough for actual production use (please, please don't use it for sites other people are supposed to seeuse!) but it makes it easy to see the changes you make to your web app as you build it.</div> Let's make sure our project works by verifying that the dev server will start:
 
<source lang="bash">
Anonymous user