Merge branch 'Ahmed-Qaisar/Improve-test-coverage-of-production-build/config' of https://github.com/Ahmed-Qaisar/cookiecutter-django into Ahmed-Qaisar/Improve-test-coverage-of-production-build/config

This commit is contained in:
Ahmed 2023-10-27 18:50:55 +11:00
commit d3fabfd07b

View File

@ -1,6 +1,7 @@
import os
import subprocess
def test_production_check():
base_dir = os.getcwd()
manage_py_path = os.path.join(base_dir, "test_project", "manage.py")