@@ -110,22 +110,22 @@ Assumed you have a [Debian](http://www.debian.org) like system.
110110
111111### Using your own Templates
112112Just edit your very own Django templates in ` speedcenter/templates ` . A good
113- start is ` base.html ` the root of all templates.
113+ start is ` codespeed/ base.html` the root of all templates.
114114
115115If you need to change the codespeed templates:
1161161 . Copy the templates from the codespeed module into your Django project folder.
117117 ` cp -r codespeed/templates/codespeed speedcenter/templates/ `
1181182 . Edit the templates in speedcenter/templates/codespeed/* html
119119Please, also refer to the [ Django template docu]
120- (http://docs.djangoproject.com/en/1.3 /ref/templates/ )
120+ (http://docs.djangoproject.com/en/1.4 /ref/templates/ )
121121
122122### Changing the URL Scheme
123123If you don't want to have your speedcenter in the root url you can change urls.py.
124124Comment (add a '#' at the beginning) line number 25 ` (r'^', include('cod... `
125125and uncomment the next line ` (r'^speed/', include('cod... ` (Note, Python is
126126picky about indentation).
127127Please, also refer to the [ Django URL dispatcher docu]
128- (http://docs.djangoproject.com/en/1.3 /topics/http/urls/ ).
128+ (http://docs.djangoproject.com/en/1.4 /topics/http/urls/ ).
129129
130130### Codespeed settings
131131The main config file is ` settings.py ` . There you configure everything related
0 commit comments