camelot_admin is a tool to assist in the creation and development of Camelot projects. Use this application without any options to start a GUI to create a new Camelot project.
Starts a new project, use startproject project_name.
Outputs a message file with all field names of all entities. This command requires settings.py of the project to be in the PYTHONPATH
Extract API documentation from source code, to be used with sphinx.
Change the license header of a project, use license_update project_directory license_file
Takes a folder with PyQt4 source code and translates it to PySide source code. A directory to_pyside will be created containing the output of the translation