You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library doesn't supports auth migration but you can do a workaround like have a sql database just for auth migrations where you can override Django user model to use UUID or email as primary key and then use cassandra database with it. Hope this helps.
Issue is I am unable to apply auth migrations and could not create superuser to accces admin ui.
any sample code to to enable the admin UI? or do you have any plans to release admin auth module support?
BTW, thanks a lot for the awesome library.
The text was updated successfully, but these errors were encountered: