Fix docs generation properly.
Review Request #4644 — Created Sept. 24, 2013 and submitted
Fix docs generation properly.
My previous fix for docs generation didn't actually work. It just
appeared to, due to my test conditions.We now set RUNNING_TEST = True in settings, which is where it should
go. The Makefile no longer has to set it.make clean also now removes the database, and this is called when
fixtures change.
Tested docs generation with the following conditions:
1) With no existing database
2) With a database and no fixture updates.
3) With a database and fixture updates.
Description | From | Last Updated |
---|---|---|
Can you comment this? |
david |
-
This is a review from Review Bot.
Tool: Pyflakes
Processed Files:
docs/manual/settings_local.py
Ignored Files:
docs/manual/Makefile
- Change Summary:
-
- Added a comment for RUNNING_TEST.
- Fixed the description.
- Description:
-
Fix docs generation properly.
My previous fix for docs generation didn't actually work. It just
appeared to, due to my test conditions. ~ We now sett RUNNING_TEST = True in settings, which is where it should
~ We now set RUNNING_TEST = True in settings, which is where it should
go. The Makefile no longer has to set it. make clean also now removes the database, and this is called when
fixtures change.
-
This is a review from Review Bot.
Tool: PEP8 Style Checker
Processed Files:
docs/manual/settings_local.py
Ignored Files:
docs/manual/Makefile