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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:07:07+00:00 2026-05-22T20:07:07+00:00

I tried two ways to do code completion, one is OK, the other fails.

  • 0

I tried two ways to do code completion, one is OK, the other fails.

OK one does like below:

$> cd myDjangoProject/
myDjangoProject $> export PYTHONPATH="."
myDjangoProject $> DJANGO_SETTINGS_MODULE=settings vim urls.py

Then ^x ^o can work well. But this method leads me repeatly do above when edit a file in project.

So an idea comes to me, why not create a script to do above automatically?

Refer to Blog for django code completion in vim, this is exactly what I think, but I encounter a problem during my configuration.

Fail one below:

  1. create a script in /usr/bin named vim_wrapper

    #!/bin/bash

    export PYTHONPATH="${PYTHONPATH}:/path/to/myDjangoProject/"

    DJANGO_SETTINGS_MODULE="/path/to/myDjangoProject/settings" vim $@

  2. Add alias in ~/.bashrc

    alias vi="vim_wrapper"

Restart terminal sesstion, command vi /path/to/myDjangoProject/urls.py, make a test :python from django import db, an Error happen says:

ImportError: Could not import settings
‘myDjangoProject/settings’ (Is it on
sys.path?): Import by filename i s not
supported.

I don’t know how to solve this. Thanks for help.

  • 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-22T20:07:07+00:00Added an answer on May 22, 2026 at 8:07 pm

    Create the vim_django executable script in /usr/bin

    Content in vim_django script:

    #!/bin/bash

    PROJECT=`python -c "import os; print os.getcwd().partition('Solutions')[2].split(os.sep)[1]"`
    export PYTHONPATH="${PYTHONPATH}:/path/to/django-projects-parent/"
    DJANGO_SETTINGS_MODULE=$PROJECT.settings vim $@
    

    Type vim_django urls.py(or other files) to edit in django project, Ctrl-x & Ctrl-o for code completion.

    NOTE: In PROJECT settings, you may notice Solutions that is parent directory of all my django projects

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

Sidebar

Related Questions

In the code below I tried in two ways to access the parent version
I tried two ways of catching unexpected unhandled exceptions: static void Main() { AppDomain.CurrentDomain.UnhandledException
I've tried two different methods of reusing code. I have a solution full of
I have tried the following two statements: SELECT col FROM db.tbl WHERE col (LIKE
How can I match (PCRE) everything inbetween two tags? I tried something like this:
I guess it should be a common technique, However, I tried the following two
I tried running 'diff' against two source directories get a patch file with a
Tried something like this: HttpApplication app = s as HttpApplication; //s is sender of
I have some code like: function Cname(id, name) { ... } Cname.prototype.dosomething = function()
I know the deal .The compiler tries to convert one object into the other

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.