We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's happend meanwhile install by script
jakubnowak@MBP-Jakub:example (develop) $ ./install.sh New python executable in AJAXSELECTS/bin/python Installing setuptools, pip...done. Installing latest django: Downloading/unpacking django Downloading Django-1.7.7-py2.py3-none-any.whl (7.4MB): 7.4MB downloaded Installing collected packages: django Successfully installed django Cleaning up... Creating a sqllite database: Traceback (most recent call last): File "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line utility.execute() File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute django.setup() File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/__init__.py", line 21, in setup apps.populate(settings.INSTALLED_APPS) File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/apps/config.py", line 87, in create module = import_module(entry) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named ajax_select
The text was updated successfully, but these errors were encountered:
Merge pull request #113 from skrzypek/develop
8a43891
Change order for running script by .sh #112 (NOTICE)
Merge: Change order for running script by .sh #112 (NOTICE)
3d249e8
Change order for running script by .sh crucialfelix#112 (NOTICE)
6f62080
Fixed `ImportError: No module named ajax_select` crucialfelix#112
No branches or pull requests
It's happend meanwhile install by script
The text was updated successfully, but these errors were encountered: