Пример #1
0
def CreateLog(user, LogContent):
    newLog = InventoryLog(user=user, content=LogContent)
    newLog.save()
    return