/quest

A trivia question site, Python and Django, in 2016.

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

About

A web application for accessing an archive of questions.

Technical Components

Tech notes

Installation

Init and load the database

$ psql shill=# create user quest_acct with login createdb password 'XXX'; shill=# create database quest_db with encoding 'utf8' owner quest_acct; $ django-admin load_samples

To load the database from a json file (srcmunge):

$ django-admin load_clues temp/clues.json