cuducos / django-public-admin

🔓 A public and read-only version of the Django Admin
MIT License
64 stars 5 forks source link

Poetry is not installing the package in the local virtualenv for development #9

Closed cuducos closed 4 years ago

cuducos commented 4 years ago

This blocks #4 (and, maybe #3).

What I did:

$ poetry shell
$ cd ~
$ ipython
# ...
import public_admin

And got a ModuleNotFoundError: No module named 'public_admin'