Skip to content

judy2k/pipsevents

 
 

Repository files navigation

Build Status Coverage Status

Event bookings website for Watermelon Studio

Required settings

  • SECRET_KEY: app secret key
  • DATABASE_URL: database settings
  • EMAIL_HOST_PASSWORD: password for emails sent from the app
  • DEFAULT_PAYPAL_EMAIL: the email address paypal payments made through the app will be sent to
  • LOG_FOLDER: path to folder containing the app's log files

Optional for dev

  • USE_MAILCATCHER: Boolean, set to True to send mail to mailcatcher
  • HEROKU: set to True if using Heroku to use different log settings
  • DEBUG: False for dev
  • TRAVIS: Set to True in .travis.yml

About

Booking site for Watermelon studio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.8%
  • HTML 15.6%
  • JavaScript 4.0%
  • CSS 1.6%