mirror of
				https://github.com/django/django.git
				synced 2025-11-04 13:39:16 +00:00 
			
		
		
		
	Added 'polls' sub directory under static and reorganized to more accurately represent the project; compared using 'tree' command.
This commit is contained in:
		
							parent
							
								
									78c842a323
								
							
						
					
					
						commit
						70d3adf9f2
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -66,16 +66,17 @@ After the previous tutorials, our project should look like this::
 | 
				
			||||||
            __init__.py
 | 
					            __init__.py
 | 
				
			||||||
            admin.py
 | 
					            admin.py
 | 
				
			||||||
            models.py
 | 
					            models.py
 | 
				
			||||||
            tests.py
 | 
					 | 
				
			||||||
            static/
 | 
					            static/
 | 
				
			||||||
                style.css
 | 
					                polls
 | 
				
			||||||
                    images/
 | 
					                    images/
 | 
				
			||||||
                        background.gif
 | 
					                        background.gif
 | 
				
			||||||
 | 
					                    style.css
 | 
				
			||||||
            templates/
 | 
					            templates/
 | 
				
			||||||
                polls/
 | 
					                polls/
 | 
				
			||||||
                    detail.html
 | 
					                    detail.html
 | 
				
			||||||
                    index.html
 | 
					                    index.html
 | 
				
			||||||
                    results.html
 | 
					                    results.html
 | 
				
			||||||
 | 
					            tests.py
 | 
				
			||||||
            urls.py
 | 
					            urls.py
 | 
				
			||||||
            views.py
 | 
					            views.py
 | 
				
			||||||
        templates/
 | 
					        templates/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue