issues
search
emilyhorsman
/
codeofconductlink
A software community tracker to highlight projects with a Code of Conduct and underrepresented authors/contributors.
12
stars
4
forks
source link
Add django-vanilla-views to requirements.txt
#21
Closed
simonv3
closed
9 years ago
simonv3
commented
9 years ago
What's Changed
Noticed that
pip install -r requirements.txt
wasn't installing vanilla, so just installed it and did
pip freeze > requirements.txt
. This PR is the result of that.
What's Changed
pip install -r requirements.txt
wasn't installing vanilla, so just installed it and didpip freeze > requirements.txt
. This PR is the result of that.