Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 968 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 968 Bytes

youtube5

Source Code used by Youtube video 5 of 9

(1) Create a directory called: "youtube5workspace" on your system. (2) Unzip the zipped file: tango_with_django_project.zip into "youtube5workspace" direcotry. (3) After you have unzipped the file, you should see the directory layout inside of the "youtube5workspace" similar to this:

youtube5workspace
 |
!----tango_with_django_project
        |
			|----rango
			|      |
			|      |---admin.py
			|      |---apps.py
			|      |---models.py
			|      |---tests.py
			|      |---urls.py
			|      |---views.py
			|
			|-----tango_with_django_project
			|       |---settings.py
			|       |---urls.py
			|       |---wsgi.pu
			|
			|
			|-----manage.py
			|        
			|-----db.sqlite3

(4) Open the Eclipse IDE and point the workspace to "youtube5workspace". (5) From Eclipse IDE, select: "File->Open Projects from File System..." to open the "tango_with_django_project" project.