-
Notifications
You must be signed in to change notification settings - Fork 0
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
New user registration #100
Comments
This may be blocked on deciding which table categorizers will be in, either the one we made or one specific to the django admin (backend) side. Right, @mZneit? |
Yes true. I'm working on that. |
It would be easier if we remove the Categorizers table from the database and use only the django admin site. Keeping the categorizers table is redundant I believe since its fields are firstname (which is already provided by django admin), username (which uses the username of the categorizer in django admin by setting a constraint), and the initials which we never used in the app. The only thing we used is the id but django admin provides id's as well. I will edit the code if it's ok to remove the table. |
You'll need to make updates for this.
|
@tatianacv Don't we have an old route for user registration? |
Yes, we are supposed to. |
Can you find it, please? |
We need a way to create users and make them categorizers. We need also an approval process for this.
The text was updated successfully, but these errors were encountered: