Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Midterm-Project-186050-Columbres
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
Alysha Columbres
Midterm-Project-186050-Columbres
Commits
7fabf366
Commit
7fabf366
authored
Mar 16, 2020
by
Alysha Columbres
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited the functional_tests.py file and the settings.py file in thegoodplace
parent
7862221f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
.gitignore
.gitignore
+6
-0
midtermproject_functional_tests.py
midtermproject_functional_tests.py
+2
-1
settings.py
thegoodplace/settings.py
+1
-0
No files found.
.gitignore
View file @
7fabf366
.DS_Store
myenv
*/__pycache__
dp.sqlite3
*/__pycache__
geckodriver.log
*/__pycache__/
froyo/migrations/__pycache__/
db.sqlite3
midtermproject_functional_tests.py
View file @
7fabf366
...
...
@@ -105,6 +105,7 @@ class NewVisitorTest(unittest.TestCase):
self
.
browser
.
getCurrentUrl
()
)
self
.
fail
(
'Finish the test!'
)
if
__name__
==
'__main__'
:
...
...
thegoodplace/settings.py
View file @
7fabf366
...
...
@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions'
,
'django.contrib.messages'
,
'django.contrib.staticfiles'
,
'froyo'
]
MIDDLEWARE
=
[
...
...
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