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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:30:32+00:00 2026-05-28T08:30:32+00:00

So I have installed Django on my FreeBSD 8.2 box like this: pip install

  • 0

So I have installed Django on my FreeBSD 8.2 box like this:

pip install django

I can verify that django works by typing:

python
>>> import django

I then upgrade my django to the latest version:

pip install --upgrade django

I check the version:

python
>>> import django
>>> django.VERSION
(1, 3, 1, 'final', 0)

So I got the latest version.

I then create a django project like this:

django-admin.py startproject helloworld

Everything works fine but the project structure created is flat – and the documentation says that if the created structure is flat I should update django to the latest version. But my django is the latest version. Why is the created directory structure flat?

It should look as described here: https://docs.djangoproject.com/en/dev/intro/tutorial01/

The created directory structure:

helloworld/
    __init__.py
    manage.py
    settings.py
    urls.py

Should look like:

helloworld/
    manage.py
    helloworld/
        __init__.py
        settings.py
        urls.py
        wsgi.py
  • 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-28T08:30:33+00:00Added an answer on May 28, 2026 at 8:30 am

    Doesn’t match what you see? The default project layout recently
    changed. If you’re seeing a “flat” layout (with no inner mysite/
    directory), you’re probably using a version of Django that doesn’t
    match this tutorial version. You’ll want to either switch to the older
    tutorial or the newer Django version.

    You have 1.3.1 (latest stable release) and the docs are for trunk (1.4+ alpha as of today). The flat structure is what you should expect for 1.3.

    Here are the docs for version 1.3.

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

Sidebar

Related Questions

I have a problem with python module import. I installed django (this can be
I have an application that uses Django 1.3 installed in python's site-packages. I want
I have searched elsewhere and can-not find this information anywhere. I have installed Django
According to the documentation , if Django was installed manually like python setup.py install
I have installed python and django in my system that uses win vista. Now
I have Django installed. I also have django-admin.py in my python-2.7 folder. I can
I'm trying to install django-extensions + graphviz + pygraph but i can't. I have
I have installed django-ratings application in my django project. Am wondering how best can
I have installed django-registration with pip, version 0.7. Then with urls.py from core.forms import
I have installed Django on my host (I use their install version 1.1.1), all

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.