Note that there are some explanatory texts on larger screens.

plurals
  1. PONo model named "myapp" even though I've added it in settings.py
    primarykey
    data
    text
    <p>I'm getting the following error:</p> <pre><code>ImportError at / No module named midi_app Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 1.4.1 Exception Type: ImportError Exception Value: No module named midi_app Exception Location: /Users/home/virtualenv/venv/lib/python2.7/site-packages/django/utils/importlib.py in import_module, line 35 Python Executable: /Users/home/virtualenv/venv/bin/python </code></pre> <p>I have added my app "midi_app" to the <code>INSTALLED_APPS</code> section in settings.py. I'm not sure why I'm seeing this error. Could the virtualenv have anything to do with it?</p> <p>Thanks. </p> <p>UPDATE: I've added as many directories as I can think of and I'm still seeing this error. Please see my path below. Please assist, I'm getting really frustrated. </p> <blockquote> <p>'/Users/home/virtualenv/venv/lib/python27.zip', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7/plat-darwin', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7/plat-mac', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7/plat-mac/lib-scriptpackages',</p> <p>'/Users/home/virtualenv/venv/lib/python2.7/lib-tk', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7/lib-old', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7/lib-dynload', </p> <p>'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', </p> <p>'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',</p> <p>'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',</p> <p>'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',</p> <p>'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',</p> <p>'/Users/home/virtualenv/venv/lib/python2.7/site-packages', </p> <p>'/Users/home/Desktop/Web Development/Django-1.4', </p> <p>'/Users/home/virtualenv/venv', </p> <p>'/Users/home/Desktop/Web Development/Aptana Studio 3.0', </p> <p>'/Users/home/virtualenv/venv/bin',</p> <p>'/Users/home/Desktop/Web Development', </p> <p>'/Users/home/virtualenv',</p> <p>'/Users/home/virtualenv/venv/lib/python2.7/site-packages/PIL', </p> <p>'/Users/home/virtualenv/venv/lib/python27.zip',</p> <p>'/Users/home/virtualenv/venv/lib/python2.7/plat-darwin', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7/plat-mac', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7/plat-mac/lib-scriptpackages',</p> <p>'/Users/home/virtualenv/venv/lib/python2.7/lib-tk', </p> <p>'/Users/home/virtualenv/venv/lib/python2.7/lib-old'</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload