Haystack register guarded by "settings.TESTING". How do I do that in haystack 2.X -
I understand that everything in 2.X is in the manage.py phase with the hosstack and therefore the site. Registration is no longer required. Some register statements from codebase have been preserved by check for settings.TESTING
and there is nothing. How I Template 2.x?
Comments
Post a Comment