| changeset 655 | cac6781d8b7f |
| parent 645 | 4d1aa030e746 |
| 654:35d237d153e0 | 655:cac6781d8b7f |
|---|---|
1 |
1 |
2 from settings import * |
2 from settings import * |
3 |
3 |
4 DEBUG=True |
4 DEBUG=True |
5 SITE_URL = "http://<%= @ipaddress_eth1 %>:<%= @testserver_port %>" |
5 SITE_URL = "http://<%= @ipaddress_eth1 %>:<%= @testserver_port %>" |
6 |
6 CACHE_BACKEND = 'locmem:///?timeout=0&max_entries=400' |