ちょっとメモ

~/code/mumble-django/pyweb% python ./manage.py syncdb
Creating table auth_permission
Creating table auth_group
Creating table auth_user
Creating table auth_message
Creating table django_admin_log
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table registration_registrationprofile
Creating table mumble_mumble
Creating table mumble_mumbleuser
You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Username (Leave blank to use 'noname'): noname
E-mail address: foo@example.net
Password:
Password (again):
Superuser created successfully.
Found new Murmur "MumbleServer" running on 0.0.0.0:64738.
Found new Player "noname".
Found new Player "withgod".
Installing index for auth.Permission model
Installing index for auth.Message model
Installing index for admin.LogEntry model
Installing index for mumble.MumbleUser model