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

  • Home
  • SEARCH
  • 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 4241948
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:22:37+00:00 2026-05-21T03:22:37+00:00

i have an application that uses appengine with python. Its a social network that

  • 0

i have an application that uses appengine with python. Its a social network that maps places. I want to have each place in this kind or url: http://www.mysite.com/place/nameoftheplace

for that i did this regular expression as a parameter of mine WSGIApplication:

r'/place/(.*)' 

and on the get requisition i have:

def get(self, placeName=""):

but for some reason, if i call http://www.mysite.com/place/theplace, it enters the get with placeName = “theplace” and after the get ends, it call itself over and over, with a diferent placename like “/css/something”. Can anyone help me? Thank you very much.

  • 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-21T03:22:38+00:00Added an answer on May 21, 2026 at 3:22 am

    It sounds like you’re using relative URLs in your <link rel-'stylesheet' href='css/something'> tags in your HTML, so the browser is trying to fetch /place/css/something.


    In your HTML, use, e.g., <link rel='stylesheet' href='/static/something.css'>, and in app.yaml use:

    - url: /static/
      static_dir: static
    

    then place your CSS in the static directory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that uses the Google Maps API to geocode distances between
I have an AppEngine application that uses the blobstore to store user-provided image data.
I have an application that uses fms and i want to upload to windows
I have an application running on AppEngine that uses about 50 CPU hours a
I have an application that uses NHibernate as its ORM and sometimes it experiences
I have an application that uses predefined word lists but I want to extend
I have an application that uses a ResourceDictionary to set the styles, which it
I have an application that uses Hibernate. It generated the following SQL statement. I
I have an application that uses multiple WebViews. Nowhere do I set the priority
I have an application that uses RPC for interprocess communications. Turns out that synchronous

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.