how to switch to a new database
问题 I want to deploy my django project to the production environments, and associated it with an new empty database, and I did as follows : Create an new empty database Updated settings.py and pointed the database name to the new one Deleted the migrations folder under my App Run python manage.py runserver and no errors returned Run python manage.py makemigrations and python manage.py migrate but only auth related tables created ( like auth_user , auth_group ... ), no databases tables created for