what does the two table Users and auth_user in Django are for? -


i know functionality of user model in django. when syncdb, see of many auth_* tables created, there 1 auth_user. there yet user table. there differences between them in columns. attaching them here. when add new user gets stored in auth_user table, user table empty. user table (why created if empty) , useful. why not populated?

enter image description here enter image description here

the auth_user table keeps track of registered users django's included auth system.

the users table not created django. must created third-party django app using, or created through other process entirely.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -