Python Live Workshop - 15 Web Application Development using Flask

preview_player
Показать описание
Connect with me or follow me at
Рекомендации по теме
Комментарии
Автор

Can you please teach on splunk technology admin

ravindraatla
Автор

can you create tutorial on simple user management system in flask something like this
I have the following tables:
Table name= group Attributes:
id name
Here simply the group is created.

Table name = group permission
Attributes: id group_id Permission_id
Here simply the permission for the group is assigned

Table name =permission
Attributes: id name code name
Here permission is created Table name =user Attributes: id username password

Here the user is created
Table name =user_groups
Attributes: Id User_id Group_id
Here the group for the user is assigned and all the permission inside this group should also be assigned to that user

Table name =user_permission
Attributes: Id User_id Permission_id
Here the user might get more permission other than the permission assigned from the group.
For example, if the user has only access for reading and writes from it’s defined group then if the admin user wants then he/she can directly assign permission to access a certain menu to the specific user without assigning to the other user of the same group.
I haven't seen anyone on youtube have done this stuff

sudeeptimsina
join shbcf.ru