S
S
Sergey Nizhny Novgorod2016-06-10 07:30:36
Django
Sergey Nizhny Novgorod, 2016-06-10 07:30:36

What packages do you use in your django projects?

Good afternoon.
Now I'm making a fairly large article portal in Django. Previously, I did everything myself with pens, since the volume was not very large. Now everything is more difficult.
My question is: What packages do you usually use when developing django? And what do you use them for?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2016-06-10
@Terras

What the project requires is what we install.
my usual requirements.txt :

django==1.9
pymysql - для работы с mysql
django-debug-toolbar - дебаг панель
django-multiupload - мульти upload
Pillow - для рабы с изображением
django-suit-redactor - imperavi redactor

Everything depends on the task.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question