开发者

how to create default users on django init_data?

How can I loaddata for default list of users,开发者_JS百科 when I syncdb ?


What I do.

  1. Create users manually.

  2. Do a dumpdata for the auth.users table.

  3. After doing syncdb, do a loaddata for the dumped users.

It's not totally "automatic" because -- in the long run -- totally automatic is a terrible idea. Most syncdb operations involve database changes that also require you preserve some legacy data, perhaps dropping tables, and doing other "schema migration" steps. Each time it involves something special. So "total automation" rarely works out well.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜