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
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
2 matches
Mail list logo