Django for ISchoolers: Difference between revisions

Content added Content deleted
imported>Aldeka
No edit summary
imported>Aldeka
Line 79: Line 79:
You'll see we made a folder called "mysite", with some files in it. Let's check them out!
You'll see we made a folder called "mysite", with some files in it. Let's check them out!


<code>$ cd mysite
<code>$ cd mysite<br>
$ ls<br>

__init__.py<br>
$ ls
manage.py<br>

settings.py<br>
__init__.py
urls.py</code>

manage.py

settings.py

urls.py</code>


These files are:
These files are: