Re: Setting up an App and getting an import error

2017-04-07 Thread Nate Granatir
I may be speaking a bit out of my depth here, but I wonder if it's maybe because you haven't created __init__.py files in the directories? I believe Django (well, Python), requires an empty __init__.py file in directories when loading them as modules: https://docs.python.org/3/tutorial/modules.h

Setting up an App and getting an import error

2017-04-05 Thread jjanderson52000
Hi, I'm setting up a Django app using Django 1.10.3 and python 3.5.2. When I run the following command in my 3.5.2 virtual environment: *python manage.py runserver*prior to entering the app in INSTALLED_APPS in settings.py, my webpage comes up fine. When I add the following line to INST