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

error when runing python manage.py migrate #10

Open
eeerrrttty opened this issue Mar 15, 2019 · 4 comments
Open

error when runing python manage.py migrate #10

eeerrrttty opened this issue Mar 15, 2019 · 4 comments

Comments

@eeerrrttty
Copy link

python3 manage.py migrate
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/init.py", line 381, in execute_from_command_line
utility.execute()
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/init.py", line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/base.py", line 316, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/base.py", line 350, in execute
self.check()
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/base.py", line 379, in check
include_deployment_checks=include_deployment_checks,
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/commands/migrate.py", line 60, in _run_checks
issues.extend(super()._run_checks(**kwargs))
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/base.py", line 366, in _run_checks
return checks.run_checks(**kwargs)
File "/home/user/.local/lib/python3.5/site-packages/django/core/checks/registry.py", line 71, in run_checks
new_errors = check(app_configs=app_configs)
File "/home/user/.local/lib/python3.5/site-packages/django/core/checks/urls.py", line 13, in check_url_config
return check_resolver(resolver)
File "/home/user/.local/lib/python3.5/site-packages/django/core/checks/urls.py", line 23, in check_resolver
return check_method()
File "/home/user/.local/lib/python3.5/site-packages/django/urls/resolvers.py", line 396, in check
for pattern in self.url_patterns:
File "/home/user/.local/lib/python3.5/site-packages/django/utils/functional.py", line 37, in get
res = instance.dict[self.name] = self.func(instance)
File "/home/user/.local/lib/python3.5/site-packages/django/urls/resolvers.py", line 533, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/home/user/.local/lib/python3.5/site-packages/django/utils/functional.py", line 37, in get
res = instance.dict[self.name] = self.func(instance)
File "/home/user/.local/lib/python3.5/site-packages/django/urls/resolvers.py", line 526, in urlconf_module
return import_module(self.urlconf_name)
File "/usr/lib/python3.5/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 986, in _gcd_import
File "", line 969, in _find_and_load
File "", line 958, in _find_and_load_unlocked
File "", line 673, in _load_unlocked
File "", line 665, in exec_module
File "", line 222, in _call_with_frames_removed
File "/home/user/chatbot-heroku/example_app/urls.py", line 3, in
from chatterbot.ext.django_chatterbot import urls as chatterbot_urls
ImportError: cannot import name 'urls'

@AfrahAsif
Copy link

Were you able to solve this error?

@eeerrrttty
Copy link
Author

well, with this repo, no.
I got the official django chatter bot example from chatterbot's repo, then i changed many things in many places and could deploy on heroku

@eeerrrttty
Copy link
Author

But not sure if it was a great solution, and don't know if it is being updated (the database)

@vkosuri
Copy link
Owner

vkosuri commented Mar 22, 2019

Thank you @eeerrrttty If possible could you create PR for proposed changes?

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

No branches or pull requests

3 participants