WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Winter installed in a pure project is not working #146

Closed pristupa closed 2 years ago

pristupa commented 4 years ago

Describe the bug Module "docstring_parser" is not found for some reason.

To Reproduce

Expected behavior The application is working properly.

Screenshots image

Environment(please complete the following information):

mofr commented 2 years ago

Can't reproduce it anymore

mkdir testproject
cd testproject
poetry init
poetry add winter
poetry run django-admin startproject simple_api .
poetry run python manage.py runserver

image