Coder Social home page Coder Social logo

Comments (2)

mathjazz avatar mathjazz commented on May 5, 2024

Can't reproduce.

Could be that something is wrong with your environment variables?
http://trac.edgewall.org/ticket/9444

from pontoon.

sudheesh001 avatar sudheesh001 commented on May 5, 2024

This looked like a babel issue. I could manage a workaround this way

export LC_CTYPE=en_US

followed by

./manage.py syncdb --noinput && ./manage.py migrate

resulted in

Syncing...
Creating tables ...
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 django_content_type
Creating table django_session
Creating table django_admin_log
Creating table south_migrationhistory
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)

Synced:
 > funfactory
 > compressor
 > django.contrib.auth
 > django.contrib.contenttypes
 > django.contrib.sessions
 > django.contrib.staticfiles
 > commonware.response.cookies
 > session_csrf
 > pontoon.administration
 > django.contrib.admin
 > south

Not synced (use migrations):
 - djcelery
 - pontoon.base
(use ./manage.py migrate to migrate these)
Running migrations for djcelery:
 - Migrating forwards to 0002_v25_changes.
 > djcelery:0001_initial
 > djcelery:0002_v25_changes
 - Loading initial data for djcelery.
Installed 0 object(s) from 0 fixture(s)
Running migrations for base:
 - Migrating forwards to 0016_auto__add_field_translation_fuzzy.
 > base:0001_initial
 > base:0002_auto__del_field_project_repository__add_field_project_repository_url
 > base:0003_auto__del_field_project_info_locales__del_field_project_info_metrics__
 > base:0004_auto__add_field_translation_user
 > base:0005_author_to_user
 - Migration 'base:0005_author_to_user' is marked for no-dry-run.
 > base:0006_auto__del_field_translation_author
 > base:0007_auto__add_field_translation_reviewed
 > base:0008_auto__del_field_translation_reviewed__add_field_translation_approved
 > base:0009_auto__del_field_project_external__add_field_project_width__del_unique_
 > base:0010_auto__add_field_project_slug
 > base:0011_generate_slug
 - Migration 'base:0011_generate_slug' is marked for no-dry-run.
 > base:0012_auto__chg_field_project_slug
 > base:0013_auto__chg_field_project_repository_url
 > base:0014_auto__add_field_translation_plural_form__add_field_entity_string_plura
 > base:0015_auto__add_field_locale_nplurals__add_field_locale_plural_rule
 > base:0016_auto__add_field_translation_fuzzy
 - Loading initial data for base.
Installed 281 object(s) from 1 fixture(s)

Its probably better to put this into the docs for other mac users.

from pontoon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.