Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
chocapix-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Camille MASSET
chocapix-server
Commits
156a9ed3
Commit
156a9ed3
authored
Sep 14, 2015
by
Basile Bruneau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create test configuration
parent
965d088b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
.gitignore
.gitignore
+2
-0
bars_django/settings/test.py
bars_django/settings/test.py
+19
-0
No files found.
.gitignore
View file @
156a9ed3
/db.sqlite3
/db_test.sqlite3
/static
*.pyc
/.coverage
/htmlcov
/secret.key
*.save
bars_django/settings/test.py
0 → 100644
View file @
156a9ed3
from
.common
import
*
DEBUG
=
True
TEMPLATE_DEBUG
=
True
INSTALLED_APPS
=
INSTALLED_APPS
+
(
'debug_toolbar'
,
)
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.sqlite3'
,
'NAME'
:
'db_test.sqlite3'
}
}
EMAIL_BACKEND
=
'django.core.mail.backends.console.EmailBackend'
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