Export to GitHub

google-app-engine-samples - issue #6

Django_Example


Posted on May 28, 2008 by Happy Cat

What steps will reproduce the problem? 1. base.html indicates '/static/styles.css' as linked. The archive does not contain '/static' 2. app.yaml does not show any static_dir: 3. Application works! But, how does it get the 'styles.css' ?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Comment #1

Posted on Jun 8, 2008 by Grumpy Giraffe

You are right, the example shows /static/styles.css but doesn't provide it.

I guess they just left it out. The browser just ignores that it is missing. You could make one of your own.

Comment #2

Posted on Aug 19, 2008 by Happy Cat

Comment deleted

Comment #3

Posted on Aug 28, 2008 by Happy Cat

This example does not separate the concerns . Can't we keep a separate Models.py ? It will the beginners in better coding style.

Comment #4

Posted on May 3, 2009 by Happy Bear

Speaking of missing files, also the folders:

/greetings /websites

are missing in the ZIP file, while they are visible in the online source section: http://code.google.com/p/google-app-engine- samples/source/browse/trunk/django_example#django_example/templates

Status: New

Labels:
Type-Defect Priority-Medium