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

using edge in pycharm IDE #33

Closed
musicformellons opened this issue Jun 29, 2015 · 0 comments
Closed

using edge in pycharm IDE #33

musicformellons opened this issue Jun 29, 2015 · 0 comments
Labels

Comments

@musicformellons
Copy link

I can get Edge up and running from the terminal with python manage.py runserver. Now I am trying to start working on Edge from Pycharm and I get this error:
Traceback (most recent call last):
File "", line 5, in
File "/home/MfM/.pyenv/versions/MfMedge/lib/python3.4/site-packages/django/init.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/MfM/.pyenv/versions/MfMedge/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
File "/home/MfM/.pyenv/versions/MfMedge/lib/python3.4/site-packages/django/apps/config.py", line 86, in create
module = import_module(entry)
File "/home/MfM/.pyenv/versions/3.4.3/lib/python3.4/importlib/init.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 2254, in _gcd_import
File "", line 2237, in _find_and_load
File "", line 2224, in _find_and_load_unlocked
ImportError: No module named 'profiles'

EDIT: when i use src instead of my_proj as project folder the error is gone and I can do runserver, so solved.

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

No branches or pull requests

2 participants