I use django-admin startproject
to create a new project, then use python manage.py migrate
.
I find there are some tables will create by default.
I want migrate my tables only when I run python manage.py migrate
. Is it possible to skip the default?