Rodion Chaykovskiy

Results 4 comments of Rodion Chaykovskiy

pdoc CLI won't work with Django, you'd have to write a script. I use this one ```python import os import sys sys.path.append(os.path.abspath('../project_dir/')) # path to your django project # Specify...

@kernc sry, I've been busy last few days. I tried to initialize django in ```config.mako``` but, correct me if I'm wrong, it seems like the templates are loaded **_after_** pdoc...

I've tried and it works, but Django doesn't start anymore because of it. I mean, you could add those lines to `__init__.py` everytime you want to generate docs but that's...