Skip to content
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

Open
rajatb2814 opened this issue Jun 18, 2024 · 10 comments
Open

Missing uuid/slug field in AppUserModel #264

rajatb2814 opened this issue Jun 18, 2024 · 10 comments
Assignees

Comments

@rajatb2814
Copy link
Contributor

There is a missing uuid/slug field in the AppUserModel essential for unique user identification and tracking across various services.

@Yadavanurag13
Copy link

"Please review this required modification."

class AppUserModel(AbstractZangoUserModel, PermissionMixin):
    uuid = models.UUIDField(default=uuid.uuid4, editable=False, unique=True)
    slug = models.SlugField(unique=True, blank=True, null=True)

"Can I make some changes if that's okay? Please assign me this issue."

@deepakdinesh1123
Copy link
Contributor

@Yadavanurag13 I have assigned this issue to you, please let us know if you face any issue

@Yadavanurag13
Copy link

@deepakdinesh1123 Can you please help me set up the project?

@deepakdinesh1123
Copy link
Contributor

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

@deepakdinesh1123
Copy link
Contributor

@Yadavanurag13 any progress on this issue?

@Yadavanurag13
Copy link

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.

@Yadavanurag13
Copy link

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.

@deepakdinesh1123
Copy link
Contributor

@Yadavanurag13 what is the command that you are using to migrate? are you using the latest version of Zango?

@Yadavanurag13
Copy link

I am using python manage.py makemigrations command.

@Yadavanurag13
Copy link

@deepakdinesh1123 I have created PR. Please check it and let me know if any modification is required. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants