Outlining managers. I know some of these managers sub-modules only have one file in them, but let's keep the convention for consistency.
This commit is contained in:
parent
8ba1a93eeb
commit
43f0ae6af6
10 changed files with 68 additions and 15 deletions
8
apps/helpsys/managers/helpentry.py
Normal file
8
apps/helpsys/managers/helpentry.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Custom manager for HelpEntry objects.
|
||||
"""
|
||||
from django.db import models
|
||||
|
||||
class HelpEntryManager(models.Manager):
|
||||
pass
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue