jtx@jtx:~/Development/inkscape-web/releases$ ./pythonenv/bin/pip install djangocms-toc==1.0.1
Downloading/unpacking djangocms-toc==1.0.1
Downloading djangocms_toc-1.0.1.tar.gz
Running setup.py egg_info for package djangocms-toc
warning: no previously-included files matching '*.py[co]' found under directory '*'
Installing collected packages: djangocms-toc
Running setup.py install for djangocms-toc
warning: no previously-included files matching '*.py[co]' found under directory '*'
Successfully installed djangocms-toc
Cleaning up...
jtx@jtx:~/Development/inkscape-web/releases$ ./utils/init
Updating Django...
* syncdb
Traceback (most recent call last):
File "/home/jtx/Development/inkscape-web/releases/utils/../inkscape/manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
* migrate
Traceback (most recent call last):
File "/home/jtx/Development/inkscape-web/releases/utils/../inkscape/manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
* DONE
Traceback (most recent call last):
File "/home/jtx/Development/inkscape-web/releases/utils/../inkscape/manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
Copied static files from pythonenv to local static
Traceback (most recent call last):
File "/home/jtx/Development/inkscape-web/releases/utils/../inkscape/manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
-
Connectez-vous pour ajouter un commentaire !