Skip to content

Commit

Permalink
added Add Task trivailly, changed some absolute paths for tardis devv…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
George Buckenham committed Dec 3, 2009
1 parent 062d4e0 commit 5e70623
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 2 deletions.
Binary file modified __init__.pyc
Binary file not shown.
Binary file modified replaceme.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
ROOT_URLCONF = 'projx.urls'

TEMPLATE_DIRS = (
'/home/v21/Dropbox/projx/templates'
'/home/v21/projx/templates'
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
Expand Down
Binary file modified settings.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions templates/todo/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@
</li>
{% endfor %}</ul>

<a href="add">Add task</a>

{% endblock content %}
Binary file modified todo/__init__.pyc
Binary file not shown.
Binary file modified todo/admin.pyc
Binary file not shown.
Binary file modified todo/forms.pyc
Binary file not shown.
Binary file modified todo/models.pyc
Binary file not shown.
Binary file modified todo/urls.pyc
Binary file not shown.
Binary file modified todo/views.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
#media server. Won't work in production.
if settings.DEBUG:
urlpatterns += patterns('',
(r'^site_media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '/home/v21/Dropbox/projx/media/'}),
(r'^site_media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '/home/v21/projx/media/'}),
)
Binary file modified urls.pyc
Binary file not shown.
Binary file modified views.pyc
Binary file not shown.

0 comments on commit 5e70623

Please sign in to comment.