deepakdinesh1123
deepakdinesh1123
Since miniconda is being used by ASV adding or removing python versions does not cause any problems, but adding versions of python that are not supported by the version of...
@shahharsh176 Please take a look at the directory structure and let me know if I need to make any changes
@Yadavanurag13 Can you also add the slug field and add the migrations file that you have generated
@Yadavanurag13 you can create a new zango project and then run `python manage.py makemigrations` using the manage.py file in that project
@Yadavanurag13 I have assigned this issue to you, please let us know if you face any issue
you can check out this guide to setup zango using docker or manual installation [setting up zango](https://www.zango.dev/docs/category/getting-started), let me know if you face any issues
@Yadavanurag13 any progress on this issue?
@Yadavanurag13 what is the command that you are using to migrate? are you using the latest version of Zango?
@DevilsAutumn can you check if there is a pre-commit hook or any way to make sure that secrets and keys are not committed?
@DevilsAutumn can we use [Interrogate](https://interrogate.readthedocs.io/en/latest/index.html) to check if docstrings are added to methods?