Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
This commit is contained in:
parent
d3808c1ea2
commit
4bb00013ae
28 changed files with 45 additions and 38 deletions
|
|
@ -1,5 +1,9 @@
|
|||
import ansi
|
||||
"""
|
||||
Models for the help system.
|
||||
"""
|
||||
from django.db import models
|
||||
|
||||
from src import ansi
|
||||
from apps.helpsys.managers.helpentry import HelpEntryManager
|
||||
|
||||
class HelpEntry(models.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue