Vue-Django

2017-09-13 Thread Ndagi Stanley
I extended the VueJS CLI to allow me get a *Django* project with VueJS up and running for any project or my next hackathon project with one command. https://github.com/NdagiStanley/vue-django I was impressed by the manner in which the Github stars increased in the forked repo and judging that it w

Re: pip requirements file

2017-08-05 Thread Ndagi Stanley
Yes. There is. I have been in need of this for a while until I found out. 2 steps: - pip install pip-chill - pip-chill The list will only have what you directly installed and will not list itself, which is pretty neat. The only thing you'll notice is that it's not alphabetically arranged. Cheers.