Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BDE
Note Kfet 2015 django
Commits
6df9a831
Commit
6df9a831
authored
Aug 26, 2013
by
Vincent Le gallic
Browse files
du coup ce module n'est plus à importer (cf
5df0316d
)
parent
1ada1fcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
urls.py
View file @
6df9a831
...
...
@@ -22,7 +22,6 @@ handler404 = "note.views.page_not_found"
from
django.contrib
import
admin
admin
.
autodiscover
()
import
views
urlpatterns
=
patterns
(
''
,
url
(
r
'^'
+
settings
.
NOTE_ROOT_URL
.
strip
(
'/'
),
include
(
'note.urls'
)),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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