This is a django powered quote sharing app.
So far, it lets you post, edit, and delete quotes.
-
PostgreSQL (Might work with other databases, but I only work with postgres).
-
Other python libraries listed in the requirements file, use pip to install those.
For the application to work, you'll need to set some environment variables first.
These variables are:
- DATABASE_URL
- SECRET_KEY
- POSTMARK_API_KEY
- SEARCHBOX_URL
- PROJECT_DIR (Optional)