singh91digvijay / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

Django_Example #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by satheesa...@gmail.com on 28 May 2008 at 10:37

GoogleCodeExporter commented 8 years ago
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.

Original comment by theael...@hotmail.com on 8 Jun 2008 at 3:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This example does not separate the concerns . Can't we keep a separate 
Models.py  ?  It will the beginners in 
better coding style.

Original comment by satheesa...@gmail.com on 28 Aug 2008 at 6:32

GoogleCodeExporter commented 8 years ago
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

Original comment by christia...@gmail.com on 3 May 2009 at 7:05