I have imported and dumped the MUX2 help files into a fixture in game/docs/help_files.json. These are now loaded on the first game's run. As we update help files and dumpdata/commit them, game admins may use the new 'update_help' manage.py command to update their copy of help files. For example: python manage.py update_helpfiles. Those with a current checkout of the source may want to do this now.

It is important to note that these are currently un-modified MUX2 help files. There are a lot of things that are not applicable, incorrect, or only partially correct. It will be an ongoing project to clean these up.
This commit is contained in:
Greg Taylor 2009-01-24 03:06:18 +00:00
parent b646aa5093
commit f2d4b3aba4
8 changed files with 24 additions and 5 deletions

View file

@ -107,7 +107,7 @@ def import_help_files():
"""
Imports the help files.
"""
management.call_command('loaddata', '../docs/help_files.json', verbosity=0)
management.call_command('loaddata', 'docs/help_files.json', verbosity=0)
def handle_setup():
"""