It depends upon what you mean by not using the ORM. If you completely get rid of the ORM (i.e. don’t configure a database in your settings.py file), then most of the benefits of Django are gone . Without configuring a database, it means a lot of third-party Django applications will not work.