Skip to content

Commit

Permalink
removing unused modules, and began porting 'links' tipfy app to Djang…
Browse files Browse the repository at this point in the history
…o, and removing Tipfy
  • Loading branch information
Ross Karchner committed Sep 14, 2011
1 parent 1f3c025 commit e61c542
Show file tree
Hide file tree
Showing 114 changed files with 219 additions and 10,589 deletions.
12 changes: 1 addition & 11 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ handlers:
upload: static/(.*)
expiration: "24d"

- url: /calendars.*
script: main.py

- url: /tasks.*
script: main.py
login: admin
Expand All @@ -22,15 +19,8 @@ handlers:
script: main.py
login: admin

- url: /links.*
script: main.py

- url: /mapreduce(/.*)?
script: mapreduce_wrapper.py
login: admin

- url: .*
script: django_app.py
script: main.py

builtins:
- datastore_admin: on
11 changes: 0 additions & 11 deletions apps/links/urls.py

This file was deleted.

34 changes: 0 additions & 34 deletions config.py

This file was deleted.

3 changes: 0 additions & 3 deletions cron.disables

This file was deleted.

47 changes: 0 additions & 47 deletions django_app.py

This file was deleted.

165 changes: 0 additions & 165 deletions django_templates/base.html

This file was deleted.

27 changes: 0 additions & 27 deletions django_urls.py

This file was deleted.

13 changes: 0 additions & 13 deletions handlers.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions links/urls.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from django.conf.urls.defaults import *

urlpatterns = patterns('links.views',

url(r'^add/$','add', name="add_link"),
url(r'^review/$','review', name="review_links"),
url(r'^change/$','add', name="change_link"),


)

File renamed without changes.
Loading

0 comments on commit e61c542

Please sign in to comment.