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
roomlist
Commits
bc525836
Commit
bc525836
authored
Feb 01, 2016
by
Daniel W Bond
Browse files
registered new app in settings
parent
da7c0eed
Changes
2
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/settings.py
View file @
bc525836
...
...
@@ -71,6 +71,7 @@ INSTALLED_APPS = (
'api'
,
'housing'
,
'accounts'
,
'welcome'
,
# packages
'crispy_forms'
,
'django_gravatar'
,
...
...
roomlist/settings/urls.py
View file @
bc525836
...
...
@@ -25,6 +25,7 @@ urlpatterns = patterns('',
# app-level urls
url
(
r
'^housing/'
,
include
(
'housing.urls'
)),
url
(
r
'^accounts/'
,
include
(
'accounts.urls'
)),
url
(
r
'^welcome/'
,
include
(
'welcome.urls'
)),
# search
url
(
r
'^search/'
,
login_required
(
SearchView
(),
login_url
=
'login'
),
name
=
'search'
),
...
...
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