Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Dependency such as graphviz is not explicitly defined in docs #420

Open aniketmaithani opened 3 years ago

aniketmaithani commented 3 years ago

I am not sure whether I have missed this or something but I can't see graphviz been defined as core dependency for this project. I figured out whenever I do mkdocs serve it failed. And tracing back the error I found that the script in bin/generate_db_schema.py fails silently. Is there a way we can handle this more explicitly?

CuriousLearner commented 2 years ago

Hey @aniketmaithani

Do you have any suggestions in mind to make it explicit?