Trying to set everything up with adding the settings file below and I am stuck.
I tried to open the settings file and it comes up unable to view the file, as no application for viewing is known. Cause for the latter: The enviroment variable EDITOR is not set.
I am using a macbook pro
Thanks for the help
INSTALLED_APPS = (
‘collection’, # this is the app we added
’django.contrib.admin’,
‘django.contrib.auth’,
‘django.contrib.contenttypes’,
‘django.contrib.sessions’,
‘django.contrib.messages’,
‘django.contrib.staticfiles’,
)