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 4016098
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:41:56+00:00 2026-05-20T09:41:56+00:00

new to Django, and encountering a strange issue: Firefox runs completely well with the

  • 0

new to Django, and encountering a strange issue: Firefox runs completely well with the URL patterns established in our app, but Safari bombs out with an error stating:

Django tried these URL patterns, in this order:
  ^admin/doc/
  ^admin/(.*)
  ^auth/
  ^game/
  ^static/(?P<path>.*)$
The current URL, , didn't match any of these.

So it looks like no URL is matching, but why would it work for one client and not another? What’s different about Safari?

Edited to include game/urls.py and a root level urls.py (are there supposed to be 2 files?):

(game/urls.py)

from django.conf.urls.defaults import *

urlpatterns = patterns('game.views',
    (r'^$', 'index'),
    (r'^dashboard/', 'dashboard'),
    (r'^details/(?P<venue_id>\d+)/$', 'details'),
)

(urls.py)

from django.conf.urls.defaults import *


# Uncomment the next two lines to enable the admin:                                                                     
from django.contrib import admin
admin.autodiscover()

urlpatterns = patterns('',
    # Example:                                                                                                          
    # (r'^starsquare/', include('starsquare.foo.urls')),                                                                

    # Uncomment the admin/doc line below and add 'django.contrib.admindocs'                                             
    # to INSTALLED_APPS to enable admin documentation:                                                                  
    (r'^admin/doc/', include('django.contrib.admindocs.urls')),

    # Uncomment the next line to enable the admin:                                                                      
    #(r'^admin/(.*)', include(admin.site.urls)),                                                                        
    (r'^admin/(.*)', admin.site.root),

    (r'^auth/', include('djangofoursquare.urls')),

    #game                                                                                                               
    (r'^game/',include('game.urls')),
    (r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '/home/username/dev/starsquare/game/static'})

)
  • 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-20T09:41:56+00:00Added an answer on May 20, 2026 at 9:41 am

    I believe this is not the problem of Safari… OK, you can test all other browsers, but it shouldn’t make difference. Show us your full urls.py file where you define the url patterns and also what url you trying to reach.

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

Sidebar

Related Questions

I create a new Django app (not project) called Bussinesses, then add following class
I'm new to Django but am working on the tutorial on the Django website
I'm new to python and django but wanted to start following some tutorials. I
I've been trying to get a new Django app to work, where I call
I have a new Django 1.3 project and app that I've created. I added
New to Django so apologies if this is head-smackingly obvious. My app's models include
I tried starting a new Django project yesterday but when I did django-admin.py startproject
I'm setting up a new Django app and need to customize the Admin for
I am new to Django and I've completed the Polls app tutorial successfully. What
well I'm working on a new Django project and am having a real hard

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.