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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:28:07+00:00 2026-05-13T10:28:07+00:00

This has always bothered me, and I’ve never really come up with my own

  • 0

This has always bothered me, and I’ve never really come up with my own preferred way of doing this.

When importing something from one of your own applications in a django project, do you import with:

from myproject.mymodule.model import SomeModel
from myproject.anotherone.model import AnotherModel

or, do you do:

from mymodule.model imoprt SomeModel
from anotherone.model import AnotherModel

Of course, either will work as long as you set your PYTHONPATH correctly when deploying. Even a combination of the two within a given project will work.

My issue with the second form is when you have a utils.py or the like sitting in the your project.

# This feels wrong
import utils

But, that could just be me.

Which one is better and why?

  • 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-13T10:28:07+00:00Added an answer on May 13, 2026 at 10:28 am

    I would recommend using the second alternative:

    from mymodule.model import SomeModel
    from anotherone.model import AnotherModel
    

    In Django, it’s recommended to write reusable applications, that you may deploy in multiple projects. Specifying the name of the project would hinder this possibility. It would even complicate the case where you simply change the name of the top project folder!

    This is the tradition that most django applications use (e.g. pinax, django contrib, etc).

    For more details, you should listen to DjangoCon 2008: Reusable Apps.

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

Sidebar

Related Questions

This is something that has always bothered me about PHP and I have never
Simple but this has always bothered me. Which is the best way to condition
This is something that has always bothered me. Wouldnt it make more sense to
Something that has always bothered me is doing more than one loop to manipulate
I am sure this is really simple, but I'm missing something. This has always
This has always bothered me - why does the GROUP BY clause in a
This question has always bothered me. And the NetBeans wiki does not say anything
This one of the things that has always bothered me about Matlab. I understand
It has always bothered me that the only way to copy a file in
This has always bugged me to what is the best way to do 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.