Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated Django Alternatives

Django Reviews & Product Details - Page 12

Django Overview

What is Django?

Django is a high-level Python Web application server that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Django Details
Discussions
Django Community
Show LessShow More
Product Description

Django is a high-level Python Web application server that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.


Seller Details
Seller
Django
HQ Location
N/A
Twitter
@djangoproject
183,010 Twitter followers
LinkedIn® Page
www.linkedin.com
46 employees on LinkedIn®

Recent Django Reviews

AS
Aanya S.Enterprise (> 1000 emp.)
5.0 out of 5
"Why Django? Simplicity and Power go Hand in Hand for Web Development."
Django comes with so many in built tools like ORM, Admin Panel, forms, routing, I like Django most when we talk about security, It contains protect...
Verified User
A
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"Amazing framework "
Very easy to new developers compared to other framework. The ORM features are impressive and have very good performance Python provides flexibili...
Ashay C.
AC
Ashay C.Small-Business (50 or fewer emp.)
5.0 out of 5
"Django- An Flexible Backend Framework"
Django is Dynamic and flexible , and has vast community support. the integration and implementation can be done easily.
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

Django Media

Answer a few questions to help the Django community
Have you used Django before?
Yes

Video Reviews

170 Django Reviews

4.5 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
170 Django Reviews
4.5 out of 5
170 Django Reviews
4.5 out of 5

Overall Review Sentiment for DjangoQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
Mathieu D.
MD
Business Consultant
Internet
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Django?

It's well thought out, has a lot of features out of the box (authentication, ORM, templating, ...) without making things complicated. The community is very active too; there's a whole ecosystem of Django libraries. Review collected by and hosted on G2.com.

What do you dislike about Django?

Setting up a project from scratch always includes some fiddling with settings until things work as intended (static files, I'm looking at you). Review collected by and hosted on G2.com.

Recommendations to others considering Django:

Good Python knowledge required (naturally). Follow the tutorial before diving in; you'll learn a lot about how Django works by doing so. Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

Quick prototyping of web ideas. Stable web platform that can be kept running unattended for years. Review collected by and hosted on G2.com.

Alan J.
AJ
Analista de Sistemas
Information Technology and Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Django?

The data access ORM is well-designed, fast, safe and extensible. Review collected by and hosted on G2.com.

What do you dislike about Django?

The widgets subframework is hard to understand and extend Review collected by and hosted on G2.com.

Recommendations to others considering Django:

Before jumping in, I researched & surveyed Ruby on Rails. Most of it is the same or does the same. But Django is far better internally organized (in my opinion) and have better ORM and Forms abstractions. Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

Produce web applications and APIs very fast, without sacrificing long-term maintenance. Internal organization is towards good separation of concerns. Is a very good foundation to build on. The APIs are sane and productive, ofter shaping the signature of similar external replacement modules Review collected by and hosted on G2.com.

Justin P.
JP
Owner
Computer Software
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Django?

There's a wealth of knowledge out there for it. Most issues I have, someone has had before. Review collected by and hosted on G2.com.

What do you dislike about Django?

Database migration and scheme changes could be better. Though I am a couple releases behind current so things may have improved. Review collected by and hosted on G2.com.

Recommendations to others considering Django:

Be careful with your DB setup and the ORM. If you need to change an existing schema and go about it the wrong way, it can fall out of sync and may be very difficult to set back. Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

It is probably overkill for my needs. Most of the modules I have stripped out. But, for what I use, it provides a solid framework for building my web application and gives me the control I need. Review collected by and hosted on G2.com.

Verified User in Financial Services
UF
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Django?

World class documentation available online. Simple but high level ORM features. End to End implementation possible in days. Really for the perfectionists with a deadline. Review collected by and hosted on G2.com.

What do you dislike about Django?

Setting up your first website is easy and fast. Setting up your production level website will take months and lots of developer hours. Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

Created web apps in the past with all features like payments, social connections, aws integration etc. Also straightforward to impement a simple CMS content heavy sites. Lots of django ‘apps’ available in the market. Review collected by and hosted on G2.com.

Pranjal M.
PM
Founder
Internet
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Seller invite
What do you like best about Django?

The Django Web Framework is based on MVC design pattern.

1. Being a python web framework django works well with other python libraries, plenty of plugins / 3rd party libraries, support for database migrations.

2. Django channels has brought in websocket support.

3. The rise of analytics and machine learning libraries in Python has makes Python/Django a good choice for writing the web app backend.

4. Tools like Django Rest Framework make it easier to build APIs that can be used for developing mobile apps Review collected by and hosted on G2.com.

What do you dislike about Django?

1. Integration with graph databases is not perfect yet (django neo4j)

2. Django channels is new, I have used it and it looks promising -- but it is confusing as deployment paradigm changes (WSGI->ASGI) Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

Building a B2C SaaS application that needs both a web and a mobile app. Django and Django Rest Framework have made it possible for us to write a single backend that powers both the web and mobile app. Review collected by and hosted on G2.com.

Hakim B.
HB
PhD Student
Higher Education
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Django?

Django is by far the best and most practical web framework I've used, thanks to the neat organization of its code (Model-View-Template), as well as it being programmed in Python. Moreover, It has a large community and includes cutting-edge functionalities like migrations, signals... besides many plugins that allow to extend its capabilities even further. Finally, the fact that it comes with a built-in back-end make the developer's task way much easier. Review collected by and hosted on G2.com.

What do you dislike about Django?

Nothing really, Django meets all my needs and requirements when I'm developing small web applications. Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

I use Django mainly to develop web applications and websites. Review collected by and hosted on G2.com.

Maxim L.
ML
Interactive Software Developer
Media Production
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Django?

The thing I like best about Django is the ease of use compared to your typical content management solution. It does most of the SQL management for you on the backend while you develop the DB Models and the front end admin pages. It also has a great SQL Lite Development version that allows for easy and efficient prototyping. Review collected by and hosted on G2.com.

What do you dislike about Django?

The tutorials online from the official web page are not the most organized. Luckily I was able to learn from a developer on my team very versed in Django. But once you learn the basics it becomes very easy to rapid prototype CMS applications. Review collected by and hosted on G2.com.

Recommendations to others considering Django:

Create a Django test application to see if the workflow meet your standards. This will also help you learn how to use Django. A decent example project that I used as my first Django project can be found herehttps://docs.djangoproject.com/en/1.10/intro/tutorial01/ Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

We use Django as a content management system solution. We use the JSON data from our Django applications as Data in Unity Applications. The easy access to the JSON data in Unity is a great tool for rapid prototyping both on the front end and on the back end. Review collected by and hosted on G2.com.

Ángel V.
ÁV
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about Django?

The simplicity to create a web app without a heavy knowledge of python or web development at all. Is simply to understand and it's in continue development. Review collected by and hosted on G2.com.

What do you dislike about Django?

As it is python doesn't bring any asynchronous thing .. that might be a deal breaker for some people, so you have to go with external tools such as celery or huey (external apps not provided by Django).

Another thing is: you can do REST API with Django as well, but you create a lot of duplicated code around, so everybody uses DRF (Django Rest Framework) which is a good alternative, but this kind of stuff should be included in the project itself (instead the fancy admin or other stuff that won't be used in the future years). Review collected by and hosted on G2.com.

Recommendations to others considering Django:

If you need to do rest api consider to use the django rest framework package, if you need to do synchronous stuff you will have to bear with huey or celery Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

Web Applications, REST APIs Review collected by and hosted on G2.com.

Ravikiran R.
RR
Software Architect
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Seller invite
What do you like best about Django?

Rich set of libraries available through pip

Code segregation and directory structure

Simple to write the code

Help documentation to start the project and to move on to advanced state Review collected by and hosted on G2.com.

What do you dislike about Django?

In the initial days, it is very difficult to understand because of its MTV framework.

It has many setting and need to dig a lot to find the configuration papameters Review collected by and hosted on G2.com.

Recommendations to others considering Django:

Super fast for prototyping

Always goes for virtual environment Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

Easy to create a prototype and present it to management

Very quick to start the project and deliver in very less time when compared to other web frameworks Review collected by and hosted on G2.com.

Matías L.
ML
Python developer
Consumer Electronics
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Django?

The admin is really great for creating simple or powerful administration sites. It also has a lot of open source applications that in many cases fit perfectly with my needs. And if they don't it is very easy to customize them. Review collected by and hosted on G2.com.

What do you dislike about Django?

It can be to complex for simple applications or microservices. In this case I prefer to use Flask or Falcon framework Review collected by and hosted on G2.com.

Recommendations to others considering Django:

Django REST Framework is really great to write powerful RESTful APs. Review collected by and hosted on G2.com.

What problems is Django solving and how is that benefiting you?

Development of an e-commerce from scratch and creation of a RESTful API with Django Rest Framework Review collected by and hosted on G2.com.