Refactored and fixed a lot of bugs. Creates the database but still does not properly load the settings file.
This commit is contained in:
parent
c96c5a1fc7
commit
0c9bf08c5a
15 changed files with 150 additions and 80 deletions
|
|
@ -174,10 +174,11 @@ channels = search_channels
|
|||
# category - limit the search to a particular help topic
|
||||
# """
|
||||
|
||||
search_help_entry = HelpEntry.objects.search_help
|
||||
search_help_entries = search_help_entry
|
||||
help_entry_search = search_help_entry
|
||||
help_entries = search_help_entries
|
||||
search_help = HelpEntry.objects.search_help
|
||||
search_help_entry = search_help
|
||||
search_help_entries = search_help
|
||||
help_entry_search = search_help
|
||||
help_entries = search_help
|
||||
|
||||
|
||||
# Locate Attributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue