projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8ad19
)
adding header info to urls
author
Seth Woodworth
<seth@sethish.com>
Wed, 23 Jan 2013 08:21:01 +0000
(
03:21
-0500)
committer
Seth Woodworth
<seth@sethish.com>
Wed, 23 Jan 2013 08:21:01 +0000
(
03:21
-0500)
karmaworld/urls.py
patch
|
blob
|
history
diff --git
a/karmaworld/urls.py
b/karmaworld/urls.py
index ce561832fe61757915a9f8e45e93dc8f396cf7c5..eda60d97f20e13124165144ed39f27e74d20a2bd 100644
(file)
--- a/
karmaworld/urls.py
+++ b/
karmaworld/urls.py
@@
-1,3
+1,7
@@
+#!/usr/bin/env python
+# -*- coding:utf8 -*-
+# Copyright (C) 2012 FinalsClub Foundation
+
from django.contrib import admin
from django.conf.urls.defaults import patterns, include, url
from django.views.generic import ListView, DetailView