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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:55:07+00:00 2026-05-23T09:55:07+00:00

I am starting a new (actually very old) project which I know is in

  • 0

I am starting a new (actually very old) project which I know is in Django. I am getting lost knowing the exact version of Django it has been build upon. Is there a way I can know the version of Django my application is running?

  • 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-23T09:55:07+00:00Added an answer on May 23, 2026 at 9:55 am

    The only way is to take a guess. I would start by looking at the created date of the settings.py file (or other base project files)

    Release dates for versions:

    • 1.0: September 2008. (?)
    • 1.1: July 29, 2009 [1]
    • 1.2: May 17, 2010 [2]
    • 1.3: March 23, 2011 [3]

    Having in your urls.py:[4]

    from django.conf.urls.defaults import *
    from django.contrib import admin
    

    or having an admin.py file in an application [5] suggests that it is a 1.0+ project.

    Having in your urls.py: [6]

    (r'^admin/', include(admin.site.urls)),
    

    would suggest 1.1+.

    Having in your settings.py file:

    DATABASES = {
        'default': {
            'NAME': 'app_data',
            'ENGINE': 'django.db.backends.postgresql_psycopg2',
            'USER': 'postgres_user',
            'PASSWORD': 's3krit'
        },
        'users': {
            'NAME': 'user_data',
            'ENGINE': 'django.db.backends.mysql',
            'USER': 'mysql_user',
            'PASSWORD': 'priv4te'
        }
    }
    

    would suggest 1.2+.

    [1]: 1.1 release notes

    [2]: 1.2 release notes

    [3]: 1.3 release notes

    [4]: Backwards Incompatible changes 0.96 > 1.0

    [5]: Backwards Incompatible changes 0.96 > 1.0

    [6]: Multiple databases

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

Sidebar

Related Questions

We're starting a new project that has some messaging and queueing requirements that are
I'm starting a new project to play the video on my LAN, actually if
I'm starting new project. The client interface is based on GWT (and GXT) I
How to improve our productivity when starting new project using Delphi? For me, I
Starting a new project and would like to use one of the MVC framworks.
Starting a new rails project and we have a well-thought-out color palette, and want
Starting a new big C multiplatform project, what rules should one follow to avoid
Starting a new project using EJB 3 / JPA, mainly stateless session beans and
When starting a new project that required the use of membership providers I found
I'm starting a new project here (Windows Forms). What's the best option today for

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.