Learn About Django
Django is known as the web framework for perfectionists with deadlines. Guided by the DRY Principle, Django lets you build high-performing, elegant Web applications quickly and efficiently.
Concentric Sky uses Django for our Python projects that cross the traditional boundaries between web application and web server. Due to its lightning speed, we also use it where performance is the utmost consideration.
If you have questions about how we use Django to build web applications, feel free to contact us.
Recommended Tutorials For Django Developers
Our Top Django Projects
Buzz About Django
- Release 0.6.5We just releasedLFS 0.6.5.This is a yet another bugfix release. Changes Bugfix: added csrftoken for rating mails (Maciej Wi?niowski) Bugfix: fixed ImageWithThumbsField (Maciej Wi?niowski)...
- HTTP Status Codes SiteDuring the development of Simple Site Checker I realised that it would be useful for test purposes if there is a website returning all possible HTTP status codes. Thanks to Google App Engine and...
- Facebook open graph publishing simplifiedFacebook has just enabled the open graph for 60 lucky apps. The new open graph beta allows you to post a user’s actions to their timeline. This activity is shown to the user’s friends in...
- django-cms 2.0.2 and Django 1.2 – 1.3If you are running an old version of django-cms, you can still upgrade Django. I would strongly suggest doing this since it’s very uncomplicated. However, if you are running django-cms 2.0, you...
- Forms Part 4: FormsetsFormsets make life easier when it comes to dealing with multiple forms of the same type on the same page. In this episode we will show you how to set them up, and the basics of how to save that data...
- Dajaxproject, primera partUna de les preguntes més recurrents en les llistes de Django, junt amb la de quin editor fer servir és la de com fer cridades AJAX i quina llibreria utilitzar. Django és agnòstic en el que fa a...