Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
Overview
Overview
Details
Activity
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
edx
lettuce
Commits
44244cff
Commit
44244cff
authored
Oct 30, 2013
by
Danielle Madeley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document LETTUCE_USE_TEST_DATABASE
parent
39f6118f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
docs/recipes/django-lxml.rst
+13
-0
No files found.
docs/recipes/django-lxml.rst
View file @
44244cff
...
...
@@ -343,6 +343,19 @@ For those cases lettuce provides the ``--debug-mode`` or ``-d`` option.
python manage.py harvest --debug-mode
python manage.py harvest -d
using the test database
=======================
If you want to use a test database by default, instead of a live database,
with your test server you can specify the ``-T`` flag or set the following
configuration variable in ``settings.py``.
.. highlight:: python
::
LETTUCE_USE_TEST_DATABASE = True
running only the specified scenarios
====================================
...
...
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