Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

LANtasy/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lantasy Website

Circle CI
[![ZenHub] (https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png)] (https://zenhub.io)

Variables

These can be defined as either as environment variables or local_settings.py

Django / Mezzanine

Mailgun

The following variables are used for sending emails through mailgun.

  • MAILGUN_ACCESS_KEY = 'ACCESS-KEY'
  • MAILGUN_SERVER_NAME = 'SERVER-NAME'

Stripe Payments

You must collect these variables from a stripe account to test.

  • STRIPE_SECRET = 'sk_SECRET-KEY'
  • STRIPE_PUBLISHABLE = 'pk_PUBLISHABLE-KEY'

Install

Install the required python components

pip install -r requirements/requirements.txt

Migrate the database schema

python manage.py syncdb

Badge printing

Ensure Margins are set to None or print will not work correctly.