1
2
from settings import *
3
4
DEBUG=True
5
SITE_URL = "http://<%= @ipaddress_eth1 %>:<%= @testserver_port %>"
6