Without the specific code you are using, I can't comment on what issue you are having, however, the one line you provided doesn't appear to follow the convention if you are replacing the default model manager. More information can be found here:
However, given the other questions you are asking, I doubt you have need for a custom model manager at this stage. I have a feeling you are implementing it simply to address other built-in functionality you want that you may not be aware of how to access. I could be wrong, though.
I'd recommend running through the official tutorial, as that covers the information to answer your questions and broaden your understanding in some detail.
-James