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
go
Commits
030be363
Commit
030be363
authored
Aug 01, 2018
by
David Haynes
🙆
Browse files
Tear it all down and rename
- Adopt go_ahead and go_back
parent
179097b6
Changes
63
Show whitespace changes
Inline
Side-by-side
go/go/views.py
→
go/go
_back
/views.py
View file @
030be363
File moved
go/settings/settings.py
View file @
030be363
...
...
@@ -77,7 +77,7 @@ TEMPLATES = [
'BACKEND'
:
'django.template.backends.django.DjangoTemplates'
,
'DIRS'
:
[
os
.
path
.
join
(
BASE_DIR
,
'templates'
),
'./go/go_
forwar
d/templates/'
'./go/go_
ahea
d/templates/'
],
'APP_DIRS'
:
True
,
'OPTIONS'
:
{
...
...
@@ -126,8 +126,8 @@ INSTALLED_APPS = (
'django.contrib.messages'
,
'django.contrib.staticfiles'
,
'django.contrib.admin'
,
'go'
,
'go_
forwar
d'
,
'go
_back
'
,
'go_
ahea
d'
,
# Third party
'crispy_forms'
,
'cas'
,
...
...
go/settings/urls.py
View file @
030be363
from
django.urls
import
path
,
include
urlpatterns
=
[
path
(
''
,
include
(
'go.urls'
)),
path
(
''
,
include
(
'go_
forwar
d.urls'
)),
path
(
''
,
include
(
'go
_back
.urls'
)),
path
(
''
,
include
(
'go_
ahea
d.urls'
)),
]
Prev
1
2
3
4
Next
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