Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5935573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:16:26+00:00 2026-05-22T15:16:26+00:00

When updating my app into GAE by using the following command: python appcfg.py update

  • 0

When updating my app into GAE by using the following command:
python appcfg.py update /home/tom/workspace/DjangoProject

I got an error message:

mapping values are not allowed here
  in "/home/tom/workspace/DjangoProject/app.yaml", line 6, column 9

Here is my yaml:

application:myapp
version:1
runtime:python
api_version:1

handlers:
- url:/
  script:home.py

- url:/index\.html
  script: home.py

- url: /stylesheets
  static_dir: stylesheets

- url: /(.*\.(gif|png|jpg))
  static_files: static/\1
  upload: static/(.*\.(gif|png|jpg))

- url: /admin/.*
  script: admin.py
  login: admin

- url: /.*
  script: not_found.py

Can anybody help me?

I changed my yaml:

application:myapp
version:1
runtime:python
api_version:1
handlers
- url:/
  script:home.py
- url:/index\.html
  script:home.py
- url:/stylesheets
  static_dir:stylesheets
- url:/(.*\.(gif|png|jpg))
  static_files:static/\1
  upload:static/(.*\.(gif|png|jpg))
- url:/admin/.*
  script:admin.py
  login:admin
- url:/.*
  script:not_found.py

Now the error meesage is :

google.appengine.api.appinfo_errors.MissingURLMapping: No URLMap entries found in application configuration

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T15:16:27+00:00Added an answer on May 22, 2026 at 3:16 pm

    After a colon , there has to be space . That’s why it was not able to parse your app.yaml.
    Try this

    application: myapp
    version: 1
    runtime: python
    api_version: 1
    
    handlers:
    - url: /
      script: home.py
    
    - url: /index\.html
      script: home.py
    
    - url: /stylesheets
      static_dir: stylesheets
    
    - url: /(.*\.(gif|png|jpg))
      static_files: static/\1
      upload: static/(.*\.(gif|png|jpg))
    
    - url: /admin/.*
      script: admin.py
      login: admin
    
    - url: /.*
      script: not_found.py
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am updating our iPhone app to iOs4 and I ran into an issue
I'm trying to create an auto-updating app using Winforms. I can't use click-once or
In the process of updating a web app from ASP to ASP.NET, I want
Why isn't this project maintained anymore? I love this app, however not updating it
ProgressDialog quits updating when orientation of screen changes. I have put into place a
When programming my app, I get to the point where I have to update
Folks, I just have a quick question about updating my app after it is
Updating an old ASP/Access site for a client - I need SQL to add
After updating or creating a record I use url helper to redirect to the
Does updating statistics cause tables to be inaccessible? In other words, can you run

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.