Errors when running update (2810 -> 3111) #1523

Closed
opened 2013-05-29 09:17:27 +00:00 by rlx · 1 comment
Owner
Conflict: can't delete pandora/monkey_patch because it is not empty.  Not deleting.

Conflict: can't delete pandora/monkey_patch/migrations because it is not empty.  Not deleting.

[...]

Traceback (most recent call last):
> File "./manage.py", line 25, in <module>
    execute_manager(settings)
> File "/srv/pandora/src/django/django/core/management/*init*.py", line 459, in execute_manager
    utility.execute()
> File "/srv/pandora/src/django/django/core/management/*init*.py", line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
> File "/srv/pandora/src/django/django/core/management/base.py", line 196, in run_from_argv
    self.execute(*args, **options.*dict*)
> File "/srv/pandora/src/django/django/core/management/base.py", line 231, in execute
    self.validate()
> File "/srv/pandora/src/django/django/core/management/base.py", line 266, in validate
    num_errors = get_validation_errors(s, app)
> File "/srv/pandora/src/django/django/core/management/validation.py", line 30, in get_validation_errors
    for (app_name, error) in get_app_errors().items():
> File "/srv/pandora/src/django/django/db/models/loading.py", line 158, in get_app_errors
    self._populate()
> File "/srv/pandora/src/django/django/db/models/loading.py", line 64, in _populate
    self.load_app(app_name, True)
> File "/srv/pandora/src/django/django/db/models/loading.py", line 88, in load_app
    models = import_module('.models', app_name)
> File "/srv/pandora/src/django/django/utils/importlib.py", line 35, in import_module
    *import*(name)
> File "/srv/pandora/pandora/annotation/models.py", line 15, in <module>
    from clip.models import Clip
> File "/srv/pandora/pandora/clip/models.py", line 140, in <module>
    for name in settings.CONFIG['clipLayers']:
> File "/srv/pandora/src/django/django/utils/functional.py", line 185, in inner
    return func(self._wrapped, *args)
<AttributeError>: 'Settings' object has no attribute 'CONFIG'
``` Conflict: can't delete pandora/monkey_patch because it is not empty. Not deleting. Conflict: can't delete pandora/monkey_patch/migrations because it is not empty. Not deleting. [...] Traceback (most recent call last): > File "./manage.py", line 25, in <module> execute_manager(settings) > File "/srv/pandora/src/django/django/core/management/*init*.py", line 459, in execute_manager utility.execute() > File "/srv/pandora/src/django/django/core/management/*init*.py", line 382, in execute self.fetch_command(subcommand).run_from_argv(self.argv) > File "/srv/pandora/src/django/django/core/management/base.py", line 196, in run_from_argv self.execute(*args, **options.*dict*) > File "/srv/pandora/src/django/django/core/management/base.py", line 231, in execute self.validate() > File "/srv/pandora/src/django/django/core/management/base.py", line 266, in validate num_errors = get_validation_errors(s, app) > File "/srv/pandora/src/django/django/core/management/validation.py", line 30, in get_validation_errors for (app_name, error) in get_app_errors().items(): > File "/srv/pandora/src/django/django/db/models/loading.py", line 158, in get_app_errors self._populate() > File "/srv/pandora/src/django/django/db/models/loading.py", line 64, in _populate self.load_app(app_name, True) > File "/srv/pandora/src/django/django/db/models/loading.py", line 88, in load_app models = import_module('.models', app_name) > File "/srv/pandora/src/django/django/utils/importlib.py", line 35, in import_module *import*(name) > File "/srv/pandora/pandora/annotation/models.py", line 15, in <module> from clip.models import Clip > File "/srv/pandora/pandora/clip/models.py", line 140, in <module> for name in settings.CONFIG['clipLayers']: > File "/srv/pandora/src/django/django/utils/functional.py", line 185, in inner return func(self._wrapped, *args) <AttributeError>: 'Settings' object has no attribute 'CONFIG' ```
j added the
backend
label 2013-05-29 09:17:27 +00:00
j added this to the 13.02 milestone 2013-05-29 09:17:27 +00:00
j self-assigned this 2013-05-29 09:17:27 +00:00
j added the
normal
defect
labels 2013-05-29 09:17:27 +00:00
Owner

config is fixed, conflicts need to be resolved manually... trying to add some way for that in the future

config is fixed, conflicts need to be resolved manually... trying to add some way for that in the future
j added the
fixed
label 2013-05-29 09:29:45 +00:00
j closed this issue 2013-05-29 09:29:45 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#1523
No description provided.