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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T22:25:11+00:00 2026-06-18T22:25:11+00:00

I have a Django project that’s managed by South. I ran through the normal

  • 0

I have a Django project that’s managed by South. I ran through the normal procedure when I first started the project:

  • Install South
  • Add South to INSTALLED_APPS
  • Perform initial syncdb
  • schemamigration –initial, followed by migrate myapp

Everything’s been working fine and I’ve done several migrations since. Now I enabled the django admin portion of the site (INSTALLED_APPS, urls, etc.). When I tried adding a test user, I was received the following error:

Request Method: POST
Request URL:    http://127.0.0.1:8000/admin/auth/user/add/
Django Version: 1.4.3
Exception Type: DatabaseError
Exception Value:    
no such table: django_admin_log

I tried running schemamigration myapp --auto but it’s telling me nothing’s changed. I even tried running convert_to_south django.contrib.admin, as well as trying a fake migration, but I keep getting the same error. Any help is appreciated.

  • 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-06-18T22:25:12+00:00Added an answer on June 18, 2026 at 10:25 pm

    second’s answer is correct

    only apps that make use of south will be managed by south

    so using south isn’t a possible solution.

    Your issue is that the syncdb thinks that the table for django_admin_log has already been created.

    Solution

    1. open your django_content_type table.
    2. delete the record for the name="log entry", app_label="admin", model="logentry" content type.
    3. run syncdb again
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm starting on my first large django project and have realized that the default
I have a django project that I have been working on as a solo
I have a django project that runs on a Linux server, and I've been
I have a project that I am working on in django. There are a
I need to have an at-home project now that I'm working on Python/Django at
I have a django project that uses a sqlite database that can be written
I have a Django project that contains two applications App1 and App2 I have
I have a Django project that uses Celery for running asynchronous tasks. I'm doing
I have custom exceptions in my django project that look like this: class CustomFooError(Exception):
I have a Django project that has multiple django apps. One of them has

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.