'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. 'NAME': '../sqlite.db', # Or path to database file if using sqlite3. } }
homepage. * Display link to home page on results page. * If there is a definition, show it. Otherwise, let user know message doesn't exist. * If there are photos of word, display them. Otherwise this section is blank. * If there are news articles, list them. Otherwise keep this section blank.