Skip to content

Commit

Permalink
credits
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarpenterg committed Jul 5, 2011
1 parent 66b4e55 commit 8ea4d1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 109 deletions.
2 changes: 2 additions & 0 deletions README
@@ -0,0 +1,2 @@

Backbone.js + Django (v 1.1.1)
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -40,7 +40,7 @@ <h1>Todos</h1>

<ul id="instructions">
<li>Double-click to edit a todo.</li>
<li><a href="https://github.com/ccarpenterg/todolist">View the source.</a></li>
<li><a href="https://github.com/ccarpenterg/djangotodos">View the source.</a></li>
</ul>

<div id="credits">
Expand All @@ -50,7 +50,7 @@ <h1>Todos</h1>
</div>

<div id="credits">
GAE (Python) app created by
Django app created by
<br />
<a href="http://ccarpenterg.posterous.com">Cristian Carpenter</a>
</div>
Expand Down
94 changes: 0 additions & 94 deletions items/index.html

This file was deleted.

13 changes: 0 additions & 13 deletions settings.py
Expand Up @@ -78,16 +78,3 @@
'django.contrib.admin',
'items',
)

STATIC_URL = '/static/'
STATIC_ROOT = '/home/django/todos/static/'
STATICFILES_DIRS = (
('js', '/js'),
('css', '/css'),
('img', '/img'),
)

STATICFILES_FINDERS = (
"django.contrib.staticfiles.finders.FileSystemFinder",
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
)

0 comments on commit 8ea4d1f

Please sign in to comment.