vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

Change virtual environment name on README #460

Closed vanessa closed 4 years ago

vanessa commented 4 years ago

Description

Motivation and Context

Types of changes

Checklist:

vanessa commented 4 years ago

@davidpierre21 You mean adding something like {{project_name}}/ to .gitignore? So when the user start the project and name it theprojectname AND create the virtualenv with the same name, it'll be ignored, right?

davidpalves commented 4 years ago

@vanessa Yes, something like that. Maybe a prefix or suffix, like {{project_name}}-venv or something like this, so it wouldn't ignore the project directory itself, if it makes any sense. Although using something like venv is way simpler, for someone who's nor familiar with virtual environments, it might conflict with some other existing environment. What do you think? :smiley: