Help! ImportError: No module named ...

59 views
Skip to first unread message

Damián LLuch Castelli

unread,
Feb 24, 2016, 9:22:47 AM2/24/16
to Django developers (Contributions to Django itself)
Hi, It is the first time I write here. Sorry for the beginner question.

I was doing the next tutorial in python and I appeared this error.


http://www.marinamele.com/taskbuster-django-tutorial/settings-different-environments-version-control






(prueba3) damian@damian-Latitude-E5450:~/Documentos/taskbuster_project$ django-admin runserver
Traceback (most recent call last):
  File "/home/damian/virtualenvs/prueba3/bin/django-admin", line 11, in <module>
    sys.exit(execute_from_command_line())
  File "/home/damian/virtualenvs/prueba3/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line
    utility.execute()
  File "/home/damian/virtualenvs/prueba3/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 302, in execute
    settings.INSTALLED_APPS
  File "/home/damian/virtualenvs/prueba3/local/lib/python2.7/site-packages/django/conf/__init__.py", line 55, in __getattr__
    self._setup(name)
  File "/home/damian/virtualenvs/prueba3/local/lib/python2.7/site-packages/django/conf/__init__.py", line 43, in _setup
    self._wrapped = Settings(settings_module)
  File "/home/damian/virtualenvs/prueba3/local/lib/python2.7/site-packages/django/conf/__init__.py", line 99, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: No module named taskbuster.settings.testing


if someone can help me.
thanks.
damian

Daniele Procida

unread,
Feb 24, 2016, 9:25:29 AM2/24/16
to Django Developers
On Wed, Feb 24, 2016, Damián LLuch Castelli <damian...@gmail.com> wrote:

>Hi, It is the first time I write here. Sorry for the beginner question.

This is not the correct place for questions like this.

You'll get answers to questions like this on the django-users email list, <django-d...@googlegroups.com> - the web interface is <https://groups.google.com/forum/#!forum/django-users>.

The list you've posted to is django-developers, which is for the discussion of the development of Django itself.

You might also find the #django IRC channel on irc.freenode.net helpful.

Daniele

Reply all
Reply to author
Forward
0 new messages