@shidonichan I recently watched your Instagram live with Lady Kadie and was inspired to create a Twitter account as you had suggested. I'm an aspiring software engineer looking to network with other like-minded individuals. Just wanted to reach out and say hi. Thank you.
@shidonichan Ha!...ok.
A manager acts as an interface between your Django model (which is essentially a class) and a database query operation (ex. all(), get(), filter() etc...). For example: in the command 'Posts.objects.all()' , 'objects' is the manager.