Things should be working again, minus the web stuff.
This commit is contained in:
parent
322c626295
commit
5249f27074
19 changed files with 44 additions and 38 deletions
|
|
@ -4,7 +4,7 @@ Models for the help system.
|
|||
from django.db import models
|
||||
from django.contrib import admin
|
||||
from src import ansi
|
||||
from apps.helpsys.managers.helpentry import HelpEntryManager
|
||||
from src.helpsys.managers.helpentry import HelpEntryManager
|
||||
|
||||
class HelpEntry(models.Model):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue