post_main
CheckWebServerError
Bases: Exception
Raised on Connection Error, when Requesting a Web Server's Future.
Source code in src/cookiecutter_python/backend/post_main.py
16 17 18 19 | |
post_main(request)
Check if any CI 'deployment' (ie in pypi), would require minor tweak.
Source code in src/cookiecutter_python/backend/post_main.py
4 5 6 7 8 9 10 11 12 13 | |