Django for ISchoolers: Difference between revisions

imported>Aldeka
No edit summary
imported>Aldeka
Line 79:
You'll see we made a folder called "mysite", with some files in it. Let's check them out!
 
<syntaxhighlightsource lang="python">
$ cd mysite
$ ls
Line 86:
settings.py
urls.py
</source>
</syntaxhighlight>
 
These files are:
Anonymous user