Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongodb repository and missing dev packages fix #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cyberorg
Copy link

With this change the image almost finishes the build.

Initialize scrip fails at this step:

python manage.py sync_existing_documents

Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/lib/python2.7/dist-packages/django/core/management/init.py", line 399, in execute_from_command_line
utility.execute()
File "/usr/lib/python2.7/dist-packages/django/core/management/init.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(*args, **options.dict)
File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 285, in execute
output = self.handle(*args, **options)
File "/home/docker/code/gstudio/gnowsys-ndf/gnowsys_ndf/ndf/management/commands/sync_existing_documents.py", line 36, in handle
if counter_objs['nModified']:
KeyError: 'nModified'

Please test the process and let me know if you are able to complete the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant