S
S
Sergey Nizhny Novgorod2016-08-20 01:42:55
Django
Sergey Nizhny Novgorod, 2016-08-20 01:42:55

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

1 answer(s)
A
Abdulla Mursalov, 2016-08-20
@Terras

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 question

Ask a Question

731 491 924 answers to any question