#!/bin/bash

./manage.py runserver 0.0.0.0:80 &> access.log &
./log_handler.py &> handler.log  &
