Answer the question
In order to leave comments, you need to log in
What does requiments.txt and freeze.txt look like for djnago?
Hello.
Can you give a link to sample files requiments.txt and freeze.txt
something I could not find on the Internet samples that would be correctly launched by the command:
pip install -r requiments.txt
Answer the question
In order to leave comments, you need to log in
To create a requirements.txt file for your project, run the following command while in the project environment (virtual or otherwise):
When you open the file, you will see:
Django==1.10
django-cors-middleware==1.3.0
djangorestframework==3.4.5
djangorestframework-jsonapi==2.1.0
inflection==0.3.1
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question