Rodion Chaykovskiy

Results 5 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...

Thank you for your feedback. I've looked into this and it seems like Artstation is now using Cloudflare. Artify can't get any response from the API due to the captcha....