ErnieApp Interview Question

Which tools does django provide to support backend scaling?

Interview Answer

Anonymous

Apr 15, 2020

Multiple database backends, cache backends, session backends, storage backends, etc. (and an easy way to create your own custom backend by extendind the base classes)