A
A
Akmat2017-08-20 08:12:00
Django
Akmat, 2017-08-20 08:12:00

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

1 answer(s)
A
Artyom Belousov, 2017-08-20
@Akmat

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 question

Ask a Question

731 491 924 answers to any question