Ignore:
Timestamp:
Jul 7, 2011, 7:23:54 AM (13 years ago)
Author:
rick
Message:

Starting to make production ready:

  • Remove all static / references.
  • Added multihost osm-proxy capacities.
  • Got the osm-proxy code to a more usefull location.
  • Added caching.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/templates/home.html

    r9347 r9358  
    11<html>
    22<head>
    3   <link href="{{ STATIC_URL }}style.css" rel="stylesheet" type="text/css" media="screen" />
     3  <link type="text/css" href="{{ STATIC_URL }}style.css" rel="stylesheet" />
    44  <link type="text/css" href="{{ STATIC_URL }}jquery-ui-1.8.13.custom.css" rel="Stylesheet" /> 
    55  <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}jquery-1.6.1.min.js"></script>
Note: See TracChangeset for help on using the changeset viewer.