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

Lets override _get_kind() and put in duplicate checks? #13

Open
samedhi opened this issue Jan 13, 2017 · 1 comment
Open

Lets override _get_kind() and put in duplicate checks? #13

samedhi opened this issue Jan 13, 2017 · 1 comment

Comments

@samedhi
Copy link
Owner

samedhi commented Jan 13, 2017

override _get_kind() so that every class's kind is the lower() value of its class name. Will that help with detecting duplicates classes like class Hello and class HELLO that would end up with the same restful resource name?

@samedhi
Copy link
Owner Author

samedhi commented Jan 13, 2017

Actually, turns out case matters after the URL, case does not matter in the domain... Have to make a decision about this.

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

1 participant