(plat)(git:neworder)(#522:3u:1s) evan@borgstrom[/h/evan/projects/fatboxplatform]: ./manage.py dbshell
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 594
Server version: 5.0.51a-24+lenny4 (Debian)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> drop database plattest;
Query OK, 56 rows affected (0.01 sec)
mysql> create database plattest;
Query OK, 1 row affected (0.00 sec)
mysql> exit
Bye
(plat)(git:neworder)(#523:3u:1s) evan@borgstrom[/h/evan/projects/fatboxplatform]: ./manage.py syncdb
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_user_permissions
Creating table auth_user_groups
Creating table auth_user
Creating table auth_message
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table django_admin_log
Creating table celery_taskmeta
Creating table celery_tasksetmeta
Creating table djcelery_intervalschedule
Creating table djcelery_crontabschedule
Creating table djcelery_periodictasks
Creating table djcelery_periodictask
Creating table djcelery_workerstate
Creating table djcelery_taskstate
Creating table ghettoq_queue
Creating table ghettoq_message
Creating table reversion_revision
Creating table reversion_version
Creating table accounts_company
Creating table accounts_address
Creating table accounts_employee
Creating table accounts_emailchangeconfirmation
Creating table projects_project_managers
Creating table projects_project
Creating table projects_service_values
Creating table projects_service
Creating table projects_card
Creating table projects_orderdata
Creating table projects_servicegroup
Creating table projects_servicetype
Creating table projects_servicedata
Creating table projects_paymenttype
Creating table projects_option
Creating table projects_value
Creating table devices_facility
Creating table devices_cage
Creating table devices_rack
Creating table devices_devicetype
Creating table devices_device_parents
Creating table devices_device
Creating table devices_ipblock
Creating table devices_deviceip
Creating table domains_domaincredentials
Creating table domains_domaincontact
Creating table domains_domaincontactassociation
Creating table domains_domain
Creating table domains_record
Creating table orders_order
Creating table orders_invoice
Creating table orders_lineitem
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 'evan'):
E-mail address: evan@fatbox.ca
Password:
Password (again):
Superuser created successfully.
Installing index for auth.Permission model
Installing index for auth.Group_permissions model
Installing index for auth.User_user_permissions model
Installing index for auth.User_groups model
Installing index for auth.Message model
Installing index for admin.LogEntry model
Installing index for djcelery.PeriodicTask model
Installing index for djcelery.WorkerState model
Installing index for djcelery.TaskState model
Installing index for ghettoq.Message model
Installing index for reversion.Revision model
Installing index for reversion.Version model
Installing index for accounts.Address model
Installing index for accounts.Employee model
Installing index for projects.Project_managers model
Installing index for projects.Project model
Installing index for projects.Service_values model
Installing index for projects.Service model
Installing index for projects.Card model
Installing index for projects.OrderData model
Installing index for projects.ServiceGroup model
Installing index for projects.ServiceType model
Installing index for projects.ServiceData model
Installing index for projects.PaymentType model
Installing index for projects.Option model
Installing index for projects.Value model
Installing index for devices.Cage model
Installing index for devices.Rack model
Installing index for devices.Device_parents model
Installing index for devices.Device model
Installing index for devices.IPBlock model
Installing index for devices.DeviceIP model
Installing index for domains.DomainContact model
Installing index for domains.DomainContactAssociation model
Installing index for domains.Domain model
Installing index for domains.Record model
Installing index for orders.Order model
Installing index for orders.Invoice model
Installing index for orders.LineItem model
No fixtures found.
(plat)(git:neworder)(#524:3u:1s) evan@borgstrom[/h/evan/projects/fatboxplatform]: ./manage.py build_group_permissions
Warning! The following keys failed to resolve into permissions:
- orders.order.can_place_orders
(plat)(git:neworder)(#525:3u:1s) evan@borgstrom[/h/evan/projects/fatboxplatform]: