Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
advisor
Commits
ff2d8f44
Commit
ff2d8f44
authored
Mar 01, 2014
by
Daniel W Bond
Browse files
Merge branch 'master' of github.com:srct/advisor
parents
c99eee58
5b9252ed
Changes
1
Show whitespace changes
Inline
Side-by-side
advisor/advisor/urls.py
View file @
ff2d8f44
...
...
@@ -9,4 +9,6 @@ urlpatterns = patterns('',
# url(r'^blog/', include('blog.urls')),
url
(
r
'^admin/'
,
include
(
admin
.
site
.
urls
)),
url
(
r
'^advisor/'
,
include
(
'mainapp.urls'
)),
)
Write
Preview
Markdown
is supported
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