forked from caseysoftware/eventgrinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing unused modules, and began porting 'links' tipfy app to Djang…
…o, and removing Tipfy
- Loading branch information
Ross Karchner
committed
Sep 14, 2011
1 parent
1f3c025
commit e61c542
Showing
114 changed files
with
219 additions
and
10,589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"), | ||
|
||
|
||
) | ||
|
0
apps/links/__init__.py → links/views.py
100755 → 100644
File renamed without changes.
Oops, something went wrong.