Skip to content

Files

Latest commit

5e022c4 · Jun 2, 2015

History

History
20 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 563 Bytes

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