Advertisement
Guest User

Untitled

a guest
Feb 29th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.65 KB | None | 0 0
  1. Starting server in PID 30557.
  2. Starting HTTP server on http://0.0.0.0:6543
  3. 2012-02-29 10:03:34,529 INFO sqlalchemy.engine.base.Engine SELECT DATABASE()
  4. 2012-02-29 10:03:34,529 INFO [sqlalchemy.engine.base.Engine][MainThread] SELECT DATABASE()
  5. 2012-02-29 10:03:34,530 INFO sqlalchemy.engine.base.Engine ()
  6. 2012-02-29 10:03:34,530 INFO [sqlalchemy.engine.base.Engine][MainThread] ()
  7. 2012-02-29 10:03:34,532 INFO sqlalchemy.engine.base.Engine SHOW VARIABLES LIKE 'character_set%%'
  8. 2012-02-29 10:03:34,532 INFO [sqlalchemy.engine.base.Engine][MainThread] SHOW VARIABLES LIKE 'character_set%%'
  9. 2012-02-29 10:03:34,532 INFO sqlalchemy.engine.base.Engine ()
  10. 2012-02-29 10:03:34,532 INFO [sqlalchemy.engine.base.Engine][MainThread] ()
  11. 2012-02-29 10:03:34,533 INFO sqlalchemy.engine.base.Engine SHOW VARIABLES LIKE 'lower_case_table_names'
  12. 2012-02-29 10:03:34,533 INFO [sqlalchemy.engine.base.Engine][MainThread] SHOW VARIABLES LIKE 'lower_case_table_names'
  13. 2012-02-29 10:03:34,533 INFO sqlalchemy.engine.base.Engine ()
  14. 2012-02-29 10:03:34,533 INFO [sqlalchemy.engine.base.Engine][MainThread] ()
  15. 2012-02-29 10:03:34,534 INFO sqlalchemy.engine.base.Engine SHOW COLLATION
  16. 2012-02-29 10:03:34,534 INFO [sqlalchemy.engine.base.Engine][MainThread] SHOW COLLATION
  17. 2012-02-29 10:03:34,534 INFO sqlalchemy.engine.base.Engine ()
  18. 2012-02-29 10:03:34,534 INFO [sqlalchemy.engine.base.Engine][MainThread] ()
  19. 2012-02-29 10:03:34,536 INFO sqlalchemy.engine.base.Engine SHOW VARIABLES LIKE 'sql_mode'
  20. 2012-02-29 10:03:34,536 INFO [sqlalchemy.engine.base.Engine][MainThread] SHOW VARIABLES LIKE 'sql_mode'
  21. 2012-02-29 10:03:34,536 INFO sqlalchemy.engine.base.Engine ()
  22. 2012-02-29 10:03:34,536 INFO [sqlalchemy.engine.base.Engine][MainThread] ()
  23. 2012-02-29 10:03:34,537 INFO sqlalchemy.engine.base.Engine BEGIN (implicit)
  24. 2012-02-29 10:03:34,537 INFO [sqlalchemy.engine.base.Engine][MainThread] BEGIN (implicit)
  25. 2012-02-29 10:03:34,539 INFO sqlalchemy.engine.base.Engine SELECT quotes.id AS quotes_id, quotes.quote_dirty AS quotes_quote_dirty, quotes.quote_number AS quotes_quote_number, quotes.quote_date AS quotes_quote_date, quotes.project_name AS quotes_project_name, quotes.estimator AS quotes_estimator, quotes.branch_id AS quotes_branch_id, quotes.hardware_consultant AS quotes_hardware_consultant, quotes.send_to AS quotes_send_to, quotes.send_attn AS quotes_send_attn, quotes.contact_info AS quotes_contact_info, quotes.location AS quotes_location, quotes.addenda_numbers AS quotes_addenda_numbers, quotes.fob AS quotes_fob, quotes.tax_rate AS quotes_tax_rate, quotes.total_sell AS quotes_total_sell, quotes.total_sell_with_tax AS quotes_total_sell_with_tax, quotes.margin AS quotes_margin
  26. FROM quotes
  27. WHERE quotes.id = %s ORDER BY quotes.quote_number
  28. 2012-02-29 10:03:34,539 INFO [sqlalchemy.engine.base.Engine][MainThread] SELECT quotes.id AS quotes_id, quotes.quote_dirty AS quotes_quote_dirty, quotes.quote_number AS quotes_quote_number, quotes.quote_date AS quotes_quote_date, quotes.project_name AS quotes_project_name, quotes.estimator AS quotes_estimator, quotes.branch_id AS quotes_branch_id, quotes.hardware_consultant AS quotes_hardware_consultant, quotes.send_to AS quotes_send_to, quotes.send_attn AS quotes_send_attn, quotes.contact_info AS quotes_contact_info, quotes.location AS quotes_location, quotes.addenda_numbers AS quotes_addenda_numbers, quotes.fob AS quotes_fob, quotes.tax_rate AS quotes_tax_rate, quotes.total_sell AS quotes_total_sell, quotes.total_sell_with_tax AS quotes_total_sell_with_tax, quotes.margin AS quotes_margin
  29. FROM quotes
  30. WHERE quotes.id = %s ORDER BY quotes.quote_number
  31. 2012-02-29 10:03:34,539 INFO sqlalchemy.engine.base.Engine ('1',)
  32. 2012-02-29 10:03:34,539 INFO [sqlalchemy.engine.base.Engine][MainThread] ('1',)
  33. 2012-02-29 10:03:34,543 INFO sqlalchemy.engine.base.Engine SELECT blank_estimates.id AS blank_estimates_id, blank_estimates.quote_id AS blank_estimates_quote_id, blank_estimates.order_id AS blank_estimates_order_id, blank_estimates.product AS blank_estimates_product, blank_estimates.product_type AS blank_estimates_product_type, blank_estimates.description AS blank_estimates_description, blank_estimates.extended_cost AS blank_estimates_extended_cost, blank_estimates.extended_weight AS blank_estimates_extended_weight, blank_estimates.extended_price AS blank_estimates_extended_price, blank_estimates.freight_in_option AS blank_estimates_freight_in_option, blank_estimates.freight_in_percent AS blank_estimates_freight_in_percent, blank_estimates.freight_in_trips AS blank_estimates_freight_in_trips, blank_estimates.freight_in_costpertrip AS blank_estimates_freight_in_costpertrip, blank_estimates.freight_in_manual_minimum AS blank_estimates_freight_in_manual_minimum, blank_estimates.freight_in AS blank_estimates_freight_in, blank_estimates.freight_out_option AS blank_estimates_freight_out_option, blank_estimates.freight_out_percent AS blank_estimates_freight_out_percent, blank_estimates.freight_out_trips AS blank_estimates_freight_out_trips, blank_estimates.freight_out_costpertrip AS blank_estimates_freight_out_costpertrip, blank_estimates.freight_out_manual_minimum AS blank_estimates_freight_out_manual_minimum, blank_estimates.freight_out AS blank_estimates_freight_out, blank_estimates.total_cost AS blank_estimates_total_cost, blank_estimates.markup AS blank_estimates_markup, blank_estimates.sell AS blank_estimates_sell, blank_estimates.sell_with_tax AS blank_estimates_sell_with_tax, blank_estimates.margin AS blank_estimates_margin
  34. FROM blank_estimates
  35. WHERE blank_estimates.quote_id = %s ORDER BY blank_estimates.order_id
  36. 2012-02-29 10:03:34,543 INFO [sqlalchemy.engine.base.Engine][MainThread] SELECT blank_estimates.id AS blank_estimates_id, blank_estimates.quote_id AS blank_estimates_quote_id, blank_estimates.order_id AS blank_estimates_order_id, blank_estimates.product AS blank_estimates_product, blank_estimates.product_type AS blank_estimates_product_type, blank_estimates.description AS blank_estimates_description, blank_estimates.extended_cost AS blank_estimates_extended_cost, blank_estimates.extended_weight AS blank_estimates_extended_weight, blank_estimates.extended_price AS blank_estimates_extended_price, blank_estimates.freight_in_option AS blank_estimates_freight_in_option, blank_estimates.freight_in_percent AS blank_estimates_freight_in_percent, blank_estimates.freight_in_trips AS blank_estimates_freight_in_trips, blank_estimates.freight_in_costpertrip AS blank_estimates_freight_in_costpertrip, blank_estimates.freight_in_manual_minimum AS blank_estimates_freight_in_manual_minimum, blank_estimates.freight_in AS blank_estimates_freight_in, blank_estimates.freight_out_option AS blank_estimates_freight_out_option, blank_estimates.freight_out_percent AS blank_estimates_freight_out_percent, blank_estimates.freight_out_trips AS blank_estimates_freight_out_trips, blank_estimates.freight_out_costpertrip AS blank_estimates_freight_out_costpertrip, blank_estimates.freight_out_manual_minimum AS blank_estimates_freight_out_manual_minimum, blank_estimates.freight_out AS blank_estimates_freight_out, blank_estimates.total_cost AS blank_estimates_total_cost, blank_estimates.markup AS blank_estimates_markup, blank_estimates.sell AS blank_estimates_sell, blank_estimates.sell_with_tax AS blank_estimates_sell_with_tax, blank_estimates.margin AS blank_estimates_margin
  37. FROM blank_estimates
  38. WHERE blank_estimates.quote_id = %s ORDER BY blank_estimates.order_id
  39. 2012-02-29 10:03:34,543 INFO sqlalchemy.engine.base.Engine ('1',)
  40. 2012-02-29 10:03:34,543 INFO [sqlalchemy.engine.base.Engine][MainThread] ('1',)
  41. 2012-02-29 10:03:34,582 INFO sqlalchemy.engine.base.Engine SELECT branches.id AS branches_id, branches.description AS branches_description, branches.address AS branches_address, branches.city AS branches_city, branches.province AS branches_province, branches.postal AS branches_postal, branches.phone AS branches_phone, branches.fax AS branches_fax, branches.tax_rate AS branches_tax_rate
  42. FROM branches
  43. WHERE branches.id = %s
  44. 2012-02-29 10:03:34,582 INFO [sqlalchemy.engine.base.Engine][MainThread] SELECT branches.id AS branches_id, branches.description AS branches_description, branches.address AS branches_address, branches.city AS branches_city, branches.province AS branches_province, branches.postal AS branches_postal, branches.phone AS branches_phone, branches.fax AS branches_fax, branches.tax_rate AS branches_tax_rate
  45. FROM branches
  46. WHERE branches.id = %s
  47. 2012-02-29 10:03:34,582 INFO sqlalchemy.engine.base.Engine (3L,)
  48. 2012-02-29 10:03:34,582 INFO [sqlalchemy.engine.base.Engine][MainThread] (3L,)
  49. localhost.localdomain - - [29/Feb/2012 10:03:34] "GET /quote/1/view HTTP/1.1" 200 167397
  50. localhost.localdomain - - [29/Feb/2012 10:03:34] "GET /static/css/combined.css HTTP/1.1" 304 0
  51. localhost.localdomain - - [29/Feb/2012 10:03:34] "GET /static/js/combined.js HTTP/1.1" 304 0
  52. localhost.localdomain - - [29/Feb/2012 10:03:34] "GET /_debug_toolbar/static/js/jquery-1.6.4.min.js HTTP/1.1" 304 0
  53. localhost.localdomain - - [29/Feb/2012 10:03:34] "GET /_debug_toolbar/static/js/toolbar.js HTTP/1.1" 304 0
  54. localhost.localdomain - - [29/Feb/2012 10:03:35] "GET /static/images/header_logo.gif HTTP/1.1" 304 0
  55. localhost.localdomain - - [29/Feb/2012 10:03:35] "GET /static/images/header_bg.gif HTTP/1.1" 304 0
  56. localhost.localdomain - - [29/Feb/2012 10:03:35] "GET /static/images/ajax-loader.gif HTTP/1.1" 304 0
  57. localhost.localdomain - - [29/Feb/2012 10:03:35] "GET /_debug_toolbar/static/css/toolbar.css?0.46592665721280924 HTTP/1.1" 200 9602
  58. 2012-02-29 10:03:35,208 INFO sqlalchemy.engine.base.Engine BEGIN (implicit)
  59. 2012-02-29 10:03:35,208 INFO [sqlalchemy.engine.base.Engine][MainThread] BEGIN (implicit)
  60. 2012-02-29 10:03:35,209 INFO sqlalchemy.engine.base.Engine SELECT blank_estimates.id AS blank_estimates_id, blank_estimates.quote_id AS blank_estimates_quote_id, blank_estimates.order_id AS blank_estimates_order_id, blank_estimates.product AS blank_estimates_product, blank_estimates.product_type AS blank_estimates_product_type, blank_estimates.description AS blank_estimates_description, blank_estimates.extended_cost AS blank_estimates_extended_cost, blank_estimates.extended_weight AS blank_estimates_extended_weight, blank_estimates.extended_price AS blank_estimates_extended_price, blank_estimates.freight_in_option AS blank_estimates_freight_in_option, blank_estimates.freight_in_percent AS blank_estimates_freight_in_percent, blank_estimates.freight_in_trips AS blank_estimates_freight_in_trips, blank_estimates.freight_in_costpertrip AS blank_estimates_freight_in_costpertrip, blank_estimates.freight_in_manual_minimum AS blank_estimates_freight_in_manual_minimum, blank_estimates.freight_in AS blank_estimates_freight_in, blank_estimates.freight_out_option AS blank_estimates_freight_out_option, blank_estimates.freight_out_percent AS blank_estimates_freight_out_percent, blank_estimates.freight_out_trips AS blank_estimates_freight_out_trips, blank_estimates.freight_out_costpertrip AS blank_estimates_freight_out_costpertrip, blank_estimates.freight_out_manual_minimum AS blank_estimates_freight_out_manual_minimum, blank_estimates.freight_out AS blank_estimates_freight_out, blank_estimates.total_cost AS blank_estimates_total_cost, blank_estimates.markup AS blank_estimates_markup, blank_estimates.sell AS blank_estimates_sell, blank_estimates.sell_with_tax AS blank_estimates_sell_with_tax, blank_estimates.margin AS blank_estimates_margin
  61. FROM blank_estimates
  62. WHERE blank_estimates.quote_id = %s ORDER BY blank_estimates.order_id
  63. 2012-02-29 10:03:35,209 INFO [sqlalchemy.engine.base.Engine][MainThread] SELECT blank_estimates.id AS blank_estimates_id, blank_estimates.quote_id AS blank_estimates_quote_id, blank_estimates.order_id AS blank_estimates_order_id, blank_estimates.product AS blank_estimates_product, blank_estimates.product_type AS blank_estimates_product_type, blank_estimates.description AS blank_estimates_description, blank_estimates.extended_cost AS blank_estimates_extended_cost, blank_estimates.extended_weight AS blank_estimates_extended_weight, blank_estimates.extended_price AS blank_estimates_extended_price, blank_estimates.freight_in_option AS blank_estimates_freight_in_option, blank_estimates.freight_in_percent AS blank_estimates_freight_in_percent, blank_estimates.freight_in_trips AS blank_estimates_freight_in_trips, blank_estimates.freight_in_costpertrip AS blank_estimates_freight_in_costpertrip, blank_estimates.freight_in_manual_minimum AS blank_estimates_freight_in_manual_minimum, blank_estimates.freight_in AS blank_estimates_freight_in, blank_estimates.freight_out_option AS blank_estimates_freight_out_option, blank_estimates.freight_out_percent AS blank_estimates_freight_out_percent, blank_estimates.freight_out_trips AS blank_estimates_freight_out_trips, blank_estimates.freight_out_costpertrip AS blank_estimates_freight_out_costpertrip, blank_estimates.freight_out_manual_minimum AS blank_estimates_freight_out_manual_minimum, blank_estimates.freight_out AS blank_estimates_freight_out, blank_estimates.total_cost AS blank_estimates_total_cost, blank_estimates.markup AS blank_estimates_markup, blank_estimates.sell AS blank_estimates_sell, blank_estimates.sell_with_tax AS blank_estimates_sell_with_tax, blank_estimates.margin AS blank_estimates_margin
  64. FROM blank_estimates
  65. WHERE blank_estimates.quote_id = %s ORDER BY blank_estimates.order_id
  66. 2012-02-29 10:03:35,209 INFO sqlalchemy.engine.base.Engine ('1',)
  67. 2012-02-29 10:03:35,209 INFO [sqlalchemy.engine.base.Engine][MainThread] ('1',)
  68. localhost.localdomain - - [29/Feb/2012 10:03:35] "GET /quote/1/items HTTP/1.1" 200 346
  69. localhost.localdomain - - [29/Feb/2012 10:03:35] "GET /_debug_toolbar/static/img/djdt_vertical.png HTTP/1.1" 304 0
  70. localhost.localdomain - - [29/Feb/2012 10:03:35] "GET /static/images/icons/blue-document-sub.png HTTP/1.1" 304 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement