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 While running #10

Open
othreecodes opened this issue Sep 20, 2017 · 4 comments
Open

Error While running #10

othreecodes opened this issue Sep 20, 2017 · 4 comments

Comments

@othreecodes
Copy link

Hello, I installed this project via pip, but it seems to not be working, peharps a mssing dependency or something. here's the stacktrace

Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7f87a3c381e0>
Traceback (most recent call last):
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/django/utils/autoreload.py", line 226, in wrapper
    fn(*args, **kwargs)
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run
    autoreload.raise_last_exception()
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/django/utils/autoreload.py", line 249, in raise_last_exception
    six.reraise(*_exception)
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/django/utils/six.py", line 685, in reraise
    raise value.with_traceback(tb)
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/django/utils/autoreload.py", line 226, in wrapper
    fn(*args, **kwargs)
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/django/__init__.py", line 27, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/django/apps/registry.py", line 85, in populate
    app_config = AppConfig.create(entry)
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/django/apps/config.py", line 90, in create
    module = import_module(entry)
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 985, in _gcd_import
  File "<frozen importlib._bootstrap>", line 968, in _find_and_load
  File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 697, in exec_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "/root/PycharmProjects/badgeaas/venv/lib/python3.5/site-packages/admino/__init__.py", line 1, in <module>
    from sites import site
ImportError: No module named 'sites'
@othreecodes
Copy link
Author

@erdem Is there something im missing?

@shahraizali
Copy link

having the same issue!! @othreecodes did something work out for you ??

@magic5650
Copy link

having the same issue!! @othreecodes did something work out for you ??

from admino.sites import site

@erdem
Copy link
Owner

erdem commented Jan 15, 2019

@shahraizali I didn't develop this project for a long time. Probably, it is not compatible with Django 2.x versions.

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

4 participants