A fresh clone of master as of 38f8594554789c489058b44bc4defc3e8ea028da

I ran:

  $ python pootle/runner.py init
  $ python pootle/runner.py syncdb --noinput
  $ python pootle/runner.py initdb
Traceback (most recent call last):
...
django.db.utils.DatabaseError: relation "pootle_app_language" does not exist
LINE 1: ...nt_id", "pootle_app_directory"."pootle_path" FROM "pootle_ap...


If you're curious what *did* work, the following tables were created

$ psql pootle
psql (9.2.2)
Type "help" for help.

pootle=# \dt
                       List of relations
  Schema |               Name               | Type  |  Owner
--------+----------------------------------+-------+---------
  public | auth_group                       | table | peterbe
  public | auth_group_permissions           | table | peterbe
  public | auth_permission                  | table | peterbe
  public | auth_user                        | table | peterbe
  public | auth_user_groups                 | table | peterbe
  public | auth_user_user_permissions       | table | peterbe
  public | django_admin_log                 | table | peterbe
  public | django_content_type              | table | peterbe
  public | django_session                   | table | peterbe
  public | django_site                      | table | peterbe
  public | registration_registrationprofile | table | peterbe
  public | siteconfig_siteconfiguration     | table | peterbe
  public | south_migrationhistory           | table | peterbe
  public | votes                            | table | peterbe
(14 rows)



------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to