Skip to content

Commit

Permalink
setting up for tddium
Browse files Browse the repository at this point in the history
  • Loading branch information
U-zeroretries\zeroaltitude committed Dec 19, 2012
1 parent 9810723 commit 16660ae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Django==1.1.1
MySQL-python
nose
pip
reportlab
python-payflowpro
facebook
11 changes: 11 additions & 0 deletions tddium.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:tddium:
:python:
:python_version: 2.7
:pip_requirements_file: requirements.txt
:tests:
- type: custom
invocation: single
output: exit-status
command: python ./webapp/apps/manage.py test jjmaker
:mysql:
:version: '5.5'
4 changes: 2 additions & 2 deletions webapp/apps/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
import logging
import logging.handlers

ROOT_LOG_FILENAME = '/var/log/jotjournal/log.txt'
SHOP_LOG_FILENAME = '/var/log/jotjournal/shop.txt'
ROOT_LOG_FILENAME = 'log.txt'
SHOP_LOG_FILENAME = 'shop.txt'

ROOT_LOGGER = logging.getLogger('RootLogger')
ROOT_LOGGER.setLevel(logging.DEBUG)
Expand Down

0 comments on commit 16660ae

Please sign in to comment.