straight55b / app-engine-patch

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

problems with generated_media ? #195

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,friends:
   I do all according to app-engine-patch,all is run well on my local
machine,but when I update all the files to the goole's AppEngine,error
raised:
  the generated css link in pages is:
<link rel="stylesheet" type="text/css"  media="screen, projection"
href="/media/1/combined-ltr.css" />
so the css file do not work.

but on my locale machine ,it is:
<link rel="stylesheet" type="text/css"  media="screen, projection"
href="/generated_media/media/1/combined-ltr.css" />
what's wrong with it ?
      thanks

Original issue reported on code.google.com by ChinaM...@gmail.com on 4 Aug 2009 at 8:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I guess your problem is that you don't use manage.py to upload ass described 
here
http://code.google.com/p/app-engine-patch/issues/detail?id=199

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

GoogleCodeExporter commented 9 years ago
had same issue. use ./manage.py update to upload your files not appcfg.

Original comment by alon.car...@gmail.com on 17 Apr 2010 at 11:59

GoogleCodeExporter commented 9 years ago
when i deploy my app use:

 ./manage.py update 

i got error:
WARNING  2010-12-31 11:50:22,628 datastore_file_stub.py:573] Could not read data
store data from c:\users\admini~1\appdata\local\temp\django_einfoer.datastore
INFO     2010-12-31 11:50:22,838 py_zipimport.py:108] zipimporter('E:\\Java\\ein
foer\\src\\common\\zip-packages\\django-1.0.2.zip', 'django\\db\\models\\')
Running on app-engine-patch 1.1
Usage: manage.py [options] update <directory>

manage.py: error: Expected a single <directory> argument.

what's wrong?
could anyone help me, pls?!

Original comment by chzh...@gmail.com on 31 Dec 2010 at 4:33