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
|
|
@ -1,8 +1,8 @@
|
|||
from django.db import models
|
||||
from django.contrib import admin
|
||||
from apps.config.managers.commandalias import CommandAliasManager
|
||||
from apps.config.managers.configvalue import ConfigValueManager
|
||||
from apps.config.managers.connectscreen import ConnectScreenManager
|
||||
from src.config.managers.commandalias import CommandAliasManager
|
||||
from src.config.managers.configvalue import ConfigValueManager
|
||||
from src.config.managers.connectscreen import ConnectScreenManager
|
||||
|
||||
class CommandAlias(models.Model):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue