Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 688 Bytes

Quotes

This is a django powered quote sharing app.

So far, it lets you post, edit, and delete quotes.

Dependencies

Usage

For the application to work, you'll need to set some environment variables first.

These variables are:

  1. DATABASE_URL
  2. SECRET_KEY
  3. POSTMARK_API_KEY
  4. SEARCHBOX_URL
  5. PROJECT_DIR (Optional)