Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
2aabe7ef
Commit
2aabe7ef
authored
Aug 14, 2013
by
Simon Daron
Browse files
Adding get.html view
parent
313353ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb/urls.py
View file @
2aabe7ef
...
...
@@ -8,9 +8,10 @@ admin.autodiscover()
urlpatterns
=
patterns
(
''
,
url
(
r
'^$'
,
'panikweb.views.home'
,
name
=
'home'
),
url
(
r
'^program$'
,
'panikweb.views.program'
,
name
=
'program'
),
url
(
r
'^g
et
$'
,
'panikweb.views.g
et
'
,
name
=
'g
et
'
),
url
(
r
'^g
rid
$'
,
'panikweb.views.g
rid
'
,
name
=
'g
rid
'
),
url
(
r
'^emissions/'
,
include
(
'emissions.urls'
)),
url
(
r
'^ckeditor/'
,
include
(
'ckeditor.urls'
)),
url
(
r
'^get$'
,
'panikweb.views.get'
,
name
=
'get'
),
url
(
r
'^admin/'
,
include
(
admin
.
site
.
urls
)),
url
(
r
'^admin/doc/'
,
include
(
'django.contrib.admindocs.urls'
)),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment