Skip to content

Commit

Permalink
Merge pull request #121 from a8/tiny_fixes
Browse files Browse the repository at this point in the history
Tiny fixes
* isodate in requirements.txt
* script declaration in timeline.html
  • Loading branch information
tobami committed Aug 22, 2012
2 parents 5b73c97 + 6edb48f commit 01317c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions codespeed/templates/codespeed/timeline.html
Expand Up @@ -101,11 +101,11 @@
<script type="text/javascript" src="{{ STATIC_URL }}js/jqplot/jqplot.categoryAxisRenderer.min.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/jqplot/jqplot.canvasTextRenderer.min.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/jqplot/jqplot.canvasAxisLabelRenderer.min.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/timeline.js"></script>

<script type="text/javascript">
var CHANGES_URL = "{% url changes %}";

</script>
<script type="text/javascript" src="{{ STATIC_URL }}js/timeline.js"></script>
<script type="text/javascript">
$(function() {
Timeline.init({
revisions: {{ defaultlast }},
Expand Down
3 changes: 2 additions & 1 deletion example/requirements.txt
@@ -1,4 +1,5 @@
Django>=1.3
South>=0.7.3
-e git://github.com/toastdriven/django-tastypie.git@d9c86299118b4a1db9f646018169c1c45fd065df#egg=django-tastypie
isodate==0.4.8
-e git://github.com/toastdriven/django-tastypie.git@5397dec04fe83092a56ba14a843731f2aa08184d#egg=django-tastypie
#-e git://github.com/robhudson/django-debug-toolbar.git#egg=django-debug-toolbar

0 comments on commit 01317c6

Please sign in to comment.