Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Midterm_Project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayn Collado
Midterm_Project
Commits
a7a444fd
Commit
a7a444fd
authored
Mar 18, 2020
by
Ayn Collado
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
put everything back to normal
parent
3463d83c
Pipeline
#1115
failed with stages
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
2 deletions
+2
-2
urls.cpython-38.pyc
thegoodplace/froyo/__pycache__/urls.cpython-38.pyc
+0
-0
views.cpython-38.pyc
thegoodplace/froyo/__pycache__/views.cpython-38.pyc
+0
-0
urls.py
thegoodplace/froyo/urls.py
+0
-0
settings.cpython-38.pyc
...oodplace/thegoodplace/__pycache__/settings.cpython-38.pyc
+0
-0
urls.cpython-38.pyc
thegoodplace/thegoodplace/__pycache__/urls.cpython-38.pyc
+0
-0
settings.py
thegoodplace/thegoodplace/settings.py
+1
-1
urls.py
thegoodplace/thegoodplace/urls.py
+1
-1
No files found.
thegoodplace/froyo/__pycache__/urls.cpython-38.pyc
View file @
a7a444fd
No preview for this file type
thegoodplace/froyo/__pycache__/views.cpython-38.pyc
View file @
a7a444fd
No preview for this file type
urls.py
→
thegoodplace/froyo/
urls.py
View file @
a7a444fd
File moved
thegoodplace/thegoodplace/__pycache__/settings.cpython-38.pyc
View file @
a7a444fd
No preview for this file type
thegoodplace/thegoodplace/__pycache__/urls.cpython-38.pyc
View file @
a7a444fd
No preview for this file type
thegoodplace/thegoodplace/settings.py
View file @
a7a444fd
...
@@ -38,7 +38,7 @@ INSTALLED_APPS = [
...
@@ -38,7 +38,7 @@ INSTALLED_APPS = [
'django.contrib.messages'
,
'django.contrib.messages'
,
'django.contrib.staticfiles'
,
'django.contrib.staticfiles'
,
'selenium'
,
'selenium'
,
#
'froyo',
'froyo'
,
]
]
MIDDLEWARE
=
[
MIDDLEWARE
=
[
...
...
thegoodplace/thegoodplace/urls.py
View file @
a7a444fd
...
@@ -18,5 +18,5 @@ from django.urls import include, path
...
@@ -18,5 +18,5 @@ from django.urls import include, path
urlpatterns
=
[
urlpatterns
=
[
path
(
'admin/'
,
admin
.
site
.
urls
),
path
(
'admin/'
,
admin
.
site
.
urls
),
#
path(r'', include('froyo.urls')),
path
(
r''
,
include
(
'froyo.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