straight55b / app-engine-patch

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

Media files are not loading when running under production, i.e. css, images #199

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download app-engine-patch
2. deploy to google app engine
3. go to main app engine page for this sample

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

Expect to see graphics and css files, but these media type files are  not found.

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

The trunk version as of 8/5/2009

Please provide any additional information below.

Original issue reported on code.google.com by tkee...@gmail.com on 6 Aug 2009 at 3:10

GoogleCodeExporter commented 9 years ago
Have you deployed your application using the script 'manage.py' in your
app-engine-patch folder?

Original comment by paulmcpa...@gmail.com on 7 Aug 2009 at 4:54

GoogleCodeExporter commented 9 years ago
no, I've been using the gae launcher. When using manage.py what command deploys 
the app?

Original comment by tkee...@gmail.com on 7 Aug 2009 at 5:49

GoogleCodeExporter commented 9 years ago
./manage.py update ?

Original comment by louyuh...@gmail.com on 7 Aug 2009 at 6:03

GoogleCodeExporter commented 9 years ago
aha! I see. 

"python manage.py update" will generate the media and deploy the app. Seems 
like this
would be something useful to put in the FAQ. 

Original comment by tkee...@gmail.com on 7 Aug 2009 at 6:04

GoogleCodeExporter commented 9 years ago
does anyone have 'manage.py update' working on a Win32 platform?

Original comment by carl.ro...@gmail.com on 19 Aug 2009 at 4:50

GoogleCodeExporter commented 9 years ago
Yes. I think people who have created a pydev app engine project will be likely 
to
pusk the pydev:GAE -> Upload button. A FAQ entry would be kind.

Original comment by sore...@gmail.com on 23 Aug 2009 at 8:14

GoogleCodeExporter commented 9 years ago
also, path have changed for OSX distro, the appengine launcher is now ZIP and 
not directory. manage.py fails.

Original comment by alon.car...@gmail.com on 18 Apr 2010 at 12:04

GoogleCodeExporter commented 9 years ago
This helped greatly to get the images resolving correctly, for some strange 
reason I cannot get the database to work even tho syncdb throws no errors, 
django admin cannot log in and new users cannot sign up, 'There was an error 
while handling your request. '

Original comment by jvl...@gmail.com on 4 Jul 2010 at 12:33