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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:35:12+00:00 2026-05-20T18:35:12+00:00

I know there are other answers concerning this topic, and I’ve been through them

  • 0

I know there are other answers concerning this topic, and I’ve been through them all and couldn’t solve my problem!

Basically I have the same problem described here. No matter what I put after / in the URL, I always get the welcome page.

Here’s the urls.py

from django.conf.urls.defaults import *
from django.contrib import admin
admin.autodiscover()

urlpatterns = patterns('',
    (r'^lists/$', 'glic.lists.index'),
    (r'^admin/', include(admin.site.urls)),
)

and here’s the Nginx config file:

server {
listen   80;
listen   [::]:80 default ipv6only=on;

server_name  glic.bauleo.com.br;

access_log  /home/glic.bauleo.com.br/log/access.log;
error_log  /home/glic.bauleo.com.br/log/error.log;

location /admin_media {
    alias /usr/local/lib/python2.6/dist-packages/django/contrib/admin/media/;
}

location /media {
    alias /home/glic.bauleo.com.br/web/;
}

location / {
    fastcgi_pass 127.0.0.1:8080;
    fastcgi_param  QUERY_STRING       $query_string;
    fastcgi_param  REQUEST_METHOD     $request_method;
    fastcgi_param  CONTENT_TYPE       $content_type;
    fastcgi_param  CONTENT_LENGTH     $content_length;

    fastcgi_param  PATH_INFO          $fastcgi_script_name;
    fastcgi_param  REQUEST_URI        $request_uri;
    fastcgi_param  DOCUMENT_URI       $document_uri;
    fastcgi_param  DOCUMENT_ROOT      $document_root;
    fastcgi_param  SERVER_PROTOCOL    $server_protocol;

    fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
    fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;

    fastcgi_param  REMOTE_ADDR        $remote_addr;
    fastcgi_param  REMOTE_PORT        $remote_port;
    fastcgi_param  SERVER_ADDR        $server_addr;
    fastcgi_param  SERVER_PORT        $server_port;
    fastcgi_param  SERVER_NAME        $server_name;
}
}

Also, here’s the INSTALLED_APPS I forgot

You can go to http://glic.bauleo.com.br to test it. I’ve spent 5 hours reading articles and posts and trying to fix this but I couldn’t find the solution.
BTW, I’m running Ubuntu 10.10 x86 on a VPS.

Thanks in advance!

EDIT:
Forgot to post the INSTALLED_APPS:

INSTALLED_APPS = (
   'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'django.contrib.messages',
    'django.contrib.admin',
    'django.contrib.admindocs',
    'lists',
 )
  • 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-20T18:35:13+00:00Added an answer on May 20, 2026 at 6:35 pm

    most probably you do not have anything in INSTALLED_APPS in settings.py

    at least there are no ‘django.contrib.admin’ and ‘glic’ apps.

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

Sidebar

Related Questions

I know there are other questions regarding this, but the answers are not clear.
Yes I know there has been similar posts to this however after looking through
I know there are other questions covering this topic, but none seem to fit
I know that there are other questions that deal with this error, but those
I know this question has been asked a couple of times, but there's something
I know there are a few hundred answers to questions like this on StackOverflow
I know there are other posts like this, but I don't know if its
I know there are similar questions on stackoverflow - and I looked through them
I know there's similar questions to this, but the approved answers don't seem to
I know there are some other questions on this subject, but none of the

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.