I had the same issue. and still having the same issue. seems like a
permission access denied when you relaunch the server. i never have too much
data and i always write some short script that inputs data. you can always
use the syncdb to sync your online database to your local or just hold some
example db file that you can load up using the bulkloader i think.
-
Cheers,
def AlonCarmel(request)
import simplejson as json
contact = {}
contant['email'] = '[email protected]'
contact['twitter'] = '@aloncarmel'
contact['web'] = 'http://aloncarmel.me'
contact['phone'] = '+972-54-4860380'
return HttpResponse(json.dumps(contact))
* If you received an unsolicited email from by mistake that wasn't of your
matter please delete immediately. All E-mail sent from Alon Carmel is
copyrighted to Alon Carmel 2008. Any details revealed in e-mails sent by
Alon Carmel are owned by the Author only. Any attempt to duplicate or
imitate any of the Content is prohibited under copyright law 2008.
On Fri, Jul 16, 2010 at 9:06 PM, Bernard Matthews <
[email protected]> wrote:
> Yeah, thanks everyone. I found what you were talking about and some
> example of how to change it on the app engine website. But sadly I'm
> so bad at using the terminal I couldn't actually get it to work.
> Still..
>
> I'm using parallels, and writing and saving it in OSX and then
> entering the data into windows where I test it. It's a lame work
> around but I'm totally new to Unix commands so. This is working!
> Thanks for your help.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.