Thank you very much for such great Django lessons! Please create a new Django playlist teaching us the following: How to implement a user groups management like in the army grades (soldier, captain, lieutenant, governor and so on) each of them with different rights in general and over the other users (like banning permanent, temporary, blocking others rights, editing or viewing their own posts or the others and so on). Second, it must be a like system for posts and for comments to that posts. The like system is somehow like the one from Facebook but not the same. It should be one just for voting up, one for voting down, one for spam, one for hate, and one for coins. Some categories of users are able to make posts that can be viewed only if the other categories of users give a number of coins while voting that article else they can't read it. Only some categories of users can vote down (e.g. those that have enough number of coins). Any user can convert a given number of votes up (e.g. 100) into coins. Users are automatically upgraded or downgraded from one category to another according on the totally number of coins they have. Down votes are discounted from the up votes and if there are not any more up votes then coins are converted back into up votes and after that they are discounted because of down votes and that user category downgraded accordingly. If there aren't any coins anymore then that users records negative points and those are discounted while they receive up votes. Any user can be also banned for a period of time (shorter or longer) if they reach any given number of negative points. If any user post reach any given number of spam votes for their post or comment then that post or comment is moved to a hidden spam folder for being deleted by a higher category of users like moderators or admin or to be marked as not spam. Also after any given number of posts or comments marked as spam that user can be banned temporary or permanently. The same for hate except that the post should not be deleted because it is not spam. Any given category of users are able to give any amount of votes. e.g. soldier or beginner just one, higher categories are able to give higher number of votes of any kind and so on. Please do this in Django. Please. Thank you so much in advance!
@PyLessons2 жыл бұрын
This is a request to create a page for you? For free?
@Krisler122 жыл бұрын
@@PyLessons Not a page for me. It is about to create a new Django series on this subject. Only if you want. But I please you to do this because just from basic to beginner stuff in django already exists a few on youtube but none like this one with user management and rights and many others like I described. I suppose this is for more advanced users but it would definitely be very interesting to be honest. Only fi you want. Of course. And yes, only if you want for free because many of us don't have money to pay. Thank you in advance anyway!
@neiljoseph3594 Жыл бұрын
Sir can you pls give me a detailed explanation of how you installed those modules in vs code, from scratch