gothinkster / django-realworld-example-app

1.61k stars 637 forks source link

Ease bootstrapping and add setup.py for optional packaging #17

Open ciarancourtney opened 6 years ago

ciarancourtney commented 6 years ago

Hi,

Took a pretty opinionated approached here, let me know what you think is acceptable for merging?

I think pyenv will throw a lot a people off, and its not strictly required so I just swapped it out with stdlib venv.

Thanks