3
1 Comment

Setting up a basic Django project with Poetry

https://builtwithdjango.com/blog/basic-django-setup
submitted this linkon January 27, 2022
  1. 1

    I tried poetry as it seems like a much easier tool to use to deploy code to PyPI than having setup.cfg, manifest.in, setup.py and anything else that I might have forgotten.

    That said, I ran into some issues. Had a look at the GitHub page for it and it doesn't have the features that I needed. Hope to give it another shot once it's matured a bit more!