Package Camelot :: Package camelot :: Package bin :: Module camelot_admin
[frames] | no frames]

Module camelot_admin

source code

camelot_admin is a tool to assist in the creation and development of Camelot
projects.

.. cmdoption:: startproject

    Starts a new project, use startproject project_name.

.. cmdoption:: makemessages

    Outputs a message file with all field names of all entities.  This command
        requires settings.py of the project to be in the PYTHONPATH

Classes
  CommandOptionParser
Functions
 
startproject(project) source code
 
makemessages() source code
 
main() source code
Variables
  description = 'camelot_admin is a tool to assist in the creati...
  usage = 'usage: %prog [options] command'
  command_description = [('startproject', 'Starts a new project,...
  __doc__ = """camelot_admin is a tool to assist in the creation...
  commands = locals()
  __package__ = 'Camelot.camelot.bin'
  command = 'makemessages'
  desc = 'Outputs a message file with all field names of all ent...
  line = ' requires settings.py of the project to be in the P...
Variables Details

description

Value:
'''camelot_admin is a tool to assist in the creation and development o\
f Camelot
projects.
'''

command_description

Value:
[('startproject',
  'Starts a new project, use startproject project_name.'),
 ('makemessages',
  '''Outputs a message file with all field names of all entities.  Thi\
s command
    requires settings.py of the project to be in the PYTHONPATH''')]

__doc__

Value:
"""camelot_admin is a tool to assist in the creation and development o\
f Camelot
projects.
"""

desc

Value:
'''Outputs a message file with all field names of all entities.  This \
command
    requires settings.py of the project to be in the PYTHONPATH'''

line

Value:
'    requires settings.py of the project to be in the PYTHONPATH'