DevClad-Inc / devclad

Block comment should start with # FLK-E265
Style
Minor
a year agoa year old
block comment should start with '# '
 5
 6User = get_user_model()
 7
 8#! the createsu creates the admin user but it sort of fucked up the pk/id sync of users and socialprofiles 9#! so, the code contains fixes for that
10
11"""
block comment should start with '# '
 6User = get_user_model()
 7
 8#! the createsu creates the admin user but it sort of fucked up the pk/id sync of users and socialprofiles
 9#! so, the code contains fixes for that10
11"""
12- using invite_profile to reference the SP user; not a nasty workaround but modification from existing code.