-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing uuid/slug field in AppUserModel #264
Comments
"Please review this required modification."
"Can I make some changes if that's okay? Please assign me this issue." |
@Yadavanurag13 I have assigned this issue to you, please let us know if you face any issue |
@deepakdinesh1123 Can you please help me set up the project? |
you can check out this guide to setup zango using docker or manual installation setting up zango, let me know if you face any issues |
@Yadavanurag13 any progress on this issue? |
Yes, I am working on it. It was tough to figure out the setup, but now it's done. I will create a pull request by tonight. |
Hey @deepakdinesh1123, I am facing an issue while making changes. I have made changes in AppUserModel, but when I am making a migration, it gives an error that "Zelthy3" is not found. can you please help. |
@Yadavanurag13 what is the command that you are using to migrate? are you using the latest version of Zango? |
I am using |
@deepakdinesh1123 I have created PR. Please check it and let me know if any modification is required. Thanks |
There is a missing uuid/slug field in the
AppUserModel
essential for unique user identification and tracking across various services.The text was updated successfully, but these errors were encountered: