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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:42:49+00:00 2026-06-16T05:42:49+00:00

I put my first Django site online eight months ago. It was both a

  • 0

I put my first Django site online eight months ago. It was both a proof of concept as well as my first experience with Django. Fast forward eight months, I have validated my idea, but since it was a proof of concept and my first Django project, the code is pretty messy. Essentially, I am going to be re-writing the majority of the site, including re-engineering the models.

This is all fine and good. I have all my new models planned out. Essentially, I am going to create a new database to develop off of and let South manage any new database schema changes I make.

It is important to note two things:

  1. I will not be creating a new project, just a new database.
  2. This will be the first time I am incorporating South into the project and I would prefer to start with fresh models and a fresh database.

My question is, when I create the new database, will importing the contents of the old auth_* and django_* tables into the new auth_* and django_* tables create any problems? I have had some users register using the original proof of concept and I don’t want to lose their information. I’ve never had to do this before so I’m not sure if there will be any repercussions.

  • 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-16T05:42:50+00:00Added an answer on June 16, 2026 at 5:42 am

    If you use sql dump, such as

    mysqldump -uusername -ppassword db_name table_name > xxxx.sql
    mysql -uusername -ppassword new_db_name < xxxx.sql
    

    The database’s side is fine,if your backend is some other db,you can still find the similar commands.

    For a new db, i think you need to export/import auth_user, i’m not quite sure if you need other contents in django_* tables. You can do this step by step, and see whether the new project works.

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

Sidebar

Related Questions

I have created my first site and put alot of time into it and
I'm confused as to where I should put my virtualenvs. With my first django
I have finished my first Django/Python Project and now I need to put the
I am trying to create my first site in Django and as I'm looking
I'm uploading my first Django project to a Linux server, where I should put
Let me first put the code snippets here. I am just using the ASP.NET
How to put the first item on the DropDownList in blank ? In VB
Ok, I'll put the code first hopefully to make it clearer. ***Edit: Problem is
I'm trying to put together a contract-first web application using Spring-WS. I want to
First I convert BOOL value to NSNumber in order to put it into NSUserDefaults.

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.