Answer the question
In order to leave comments, you need to log in
How to work with Git when developing with frameworks?
I'm developing a small Django project.
i use virtualenv and git.
I had a question which parts should be added to the repository (fixed) and which should not be added to Git.
is it worth adding virtualenv, Django?
Or what parts should be added?
Answer the question
In order to leave comments, you need to log in
Almost everything, except:
1) Secret keys: put in a separate file
2) Virtualenv is not needed. Just create a requirements.txt file with dependencies at the root.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question