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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:21:40+00:00 2026-05-29T10:21:40+00:00

Using django 1.4 and have seen that when you use startproject it now creates

  • 0

Using django 1.4 and have seen that when you use startproject it now creates a folder within your project with the same name.

-myproject/
           manage.py
           myproject/
                    settings.py
                    urls.py

Documented change here

Previously for my urls I could input

ROOT_URLCONF = 'urls'

But that no longer works. Am I now supposed to prefix this with project name? i.e.

ROOT_URLCONF = 'myproject.urls'

—
In my urls.py I’d import settings but now I have to prefix it with from myproject import settings.

I thought prefixing variables with the project name was against django standards as it breaks reuseability?

  • 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-29T10:21:41+00:00Added an answer on May 29, 2026 at 10:21 am

    Yes, prefix ROOT_URLCONF with your project name:

    ROOT_URLCONF = 'myproject.urls'
    

    You shouldn’t import settings directly anyway (see Using settings in Python code). Instead, use the following, which works for both the old and new project layouts.

    from django.conf import settings
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Brand new to django. We have a legacy django project using django 0.96x that
I have a simple Django-Piston Handler that creates a new instance of a model
I'm working on an intranet django project (not using GAE) for a company that
I have a Django project where I have been logging to a file using
I decided to learn Django Forms. For a while now, I have been using
I have a Django application that logs users in and out using the standard
I have a Django-based webapp that is using PostgreSQL as the backend via psycopg2.
I'm using django/apache/sqlite3 and I have a django model that looks like this: class
I'm using django and have a page of search results that I want to
I'm using django, and have a static webpage with a GET form, and about

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.