In Django, database migrations usually go hand in hand with models: whenever ... in the database, you have to apply it with the management command migrate :.
確定! 回上一頁