QuitoTactico / SoftServe-Academy

A collaborative platform for creating and curating personalized tech learning paths. Powered by Django, it tailors content based on users' skills and preferences, integrating external educational resources.
MIT License
1 stars 0 forks source link

US F 2 - Manager Registration #16

Closed QuitoTactico closed 1 month ago

QuitoTactico commented 1 month ago
QuitoTactico commented 1 month ago

(Sprint 1) They can be registered from the console, using py manage.py createsuperuser. Our user model overrides the default django user model. Because of that, the user/contentManager privileges can be managed with the is_superuser attribute.

Anyways, there's no register for users that can convert them into superusers from the bare start. Maybe using a "contentManager" code field in the register page can guaratee them the contentManager/superuser status.