Changes between Version 457 and Version 458 of DjangoResources


Ignore:
Timestamp:
Sep 23, 2016, 10:22:56 AM (8 years ago)
Author:
Tim Graham
Comment:

The Django wiki is no longer used for this information.

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v457 v458  
    1 = Django resources =
    2 
    3 This page lists open source projects and applications regarding Django, the framework for perfectionists
    4 with deadlines.
    5 
    6 Feel free to update this page to improve the content as you see an opportunity to add or modify a
    7 resource, or to remove any unmaintained project from the list.
    8 
    9 [[PageOutline(2,, inline)]]
    10 
    11 == ToDo ==
    12 
    13 Things people can do to improve this page includes:
    14  * Relocating unmaintained projects to a "Discontinued resources" section. 
    15  * Maintain a dynamically generated changelog
    16 
    17 == Django Links==
    18  * [http://djangolinks.com/ djangolinks.com]: All links related with django python development tutorials,snippets,tips,tricks,videos,books etc.
    19 
    20 == Sites using Django ==
    21 
    22  * [http://www.djangosites.org/ djangosites.org]: View and list your Django powered site(s) (replaces [wiki:DjangoPoweredSites the previous wiki page])
    23 
    24 == References & Development Aids ==
    25  * [http://djangopackages.com/ djangopackages.com] - A list of open-source apps/projects for Django, focused on comparing similiar apps.
    26  * [http://www.djangosnippets.org/ djangosnippets.org] - Code-sharing site with source code available.
    27  * [http://djangourls.com/ djangourls.com] - An aggregator for links related to Django
    28 
    29 
    30 == Django books ==
    31 
    32 
    33 === Organized by Django Version (Newest to Oldest)  ===
    34 
    35 ==== 1.8 ====
    36 * [https://www.packtpub.com/web-development/django-web-development-python Django: Web Development with Python] From an idea to a prototype – a complete guide for web development with the Django framework
    37 
    38 * [http://twoscoopspress.com/products/two-scoops-of-django-1-8 Two Scoops of Django: Best Practices for Django 1.8] - Chock-full of even more material that will help you with your Django projects! Matched with Django 1.8 Long Term Support, this edition will be up-to-date for readers until 2017, perhaps even 2018.
    39 
    40 * [https://www.packtpub.com/web-development/django-project-blueprints Django Project Blueprints] Develop stunning web application projects with the Django framework
    41 
    42 * [https://www.packtpub.com/web-development/django-example/?utm_source=GC-code.djangoproject.com&utm_medium=pod&utm_campaign=1784391913 Django By Example] Create your own line of successful web applications with Django
    43 
    44 * [https://www.packtpub.com/web-development/web-development-django-cookbook-second-edition/?utm_source=GC-code.djangoproject.com&utm_medium=pod&utm_campaign=1785886770 Web Development with Django Cookbook- Second Edition] - Over 70 practical recipes to help you create scalable websites using the Django 1.8 framework
    45 
    46 * [https://www.packtpub.com/web-development/mastering-django-web-development-video/?utm_source=&utm_medium=pod&utm_campaign=1783989807 Mastering Django Web Development - Video] - Explore and master the advanced features of Django to build professional, manageable web applications
    47 
    48 ==== 1.7 ====
    49  * [http://www.obeythetestinggoat.com Test-Driven Development with Python] - Obey the Testing Goat: Using Django, Selenium, and JavaScript (to test Django).
    50 
    51 * [https://www.packtpub.com/web-development/learning-django-web-development/?utm_source=GCcode.djangoproject.com&utm_medium=pod&utm_campaign=1783984406 Learning Django Web Development] - From idea to prototype, a learner's guide for web development with the Django application framework.
    52 
    53 * [https://www.packtpub.com/web-development/django-design-patterns-and-best-practices?utm_source=GCcode.djangoproject.com&utm_medium=pod&utm_campaign=1783986646 Django Design Patterns and Best Practices] - Easily build maintainable websites with powerful and relevant Django design patterns
    54 
    55 * [https://www.packtpub.com/web-development/django-test-driven-development?utm_source=GCcode.djangoproject.com&utm_medium=pod&utm_campaign=178528116X Test-Driven Development with Django] - An example driven, comprehensive guide to exploring test-driven development techniques with Django
    56 
    57 *[https://www.packtpub.com/web-development/learning-django-web-development-video/?utm_source=GCcode.djangoproject.com&utm_medium=pod&utm_campaign=1783554150 Learning Django Web Development - Video] - Leverage the simplicity and power of Django to build database-backed web applications with amazing speed.
    58 
    59 ==== 1.6 ====
    60  * [http://twoscoopspress.com/products/two-scoops-of-django-1-6 Two Scoops of Django: Best Practices for Django 1.6] - Chock-full of even more material that will help you with your Django projects!
    61 
    62 ==== 1.5 ====
    63  * [http://www.tangowithdjango.com How to Tango with Django] - a beginners guide to web development with Django 1.5.4
    64  * [http://www.amazon.com/Pro-Django-Marty-Alchin-ebook/dp/B00DREFRDQ/ Pro Django] - Leverage your Django skills with this advanced reference guide.
    65  * [http://twoscoopspress.com/products/two-scoops-of-django-1-5 Two Scoops of Django: Best Practices for Django 1.5] - Chock-full of material that will help you with your Django projects.
    66 
    67 
    68 == Django application components ==
    69 
    70 These are open-source application components that you can plug into any project.
    71 See ReusableAppResources for other resources for finding and evaluating re-usable apps.
    72  * OpenID, OAuth
    73   * [http://bitbucket.org/offline/django-publicauth/overview django-publicauth] - Authenticate users through OpenID/OAuth/Facebook/Vkontakte
    74   * [http://github.com/agiliq/Django-Socialauth Django-Socialauth] - Allows logging in via Facebook, Yahoo, Gmail, Twitter and Openid
    75   * [http://github.com/omab/django-social-auth django-social-auth] - Allows logging in via Facebook, Yahoo, Gmail, Twitter, LinkedIn, GitHub, Foursquare, Orkut, LiveJournal and Openid
    76   * [http://github.com/flashingpumpkin/django-socialregistration django-socialregistration] - Another OpenID + OAuth + OAuth2 (Facebook) solution
    77   * [http://bitbucket.org/benoitc/django-authopenid/ django-authopenid] - Django authentication application with openid using django auth contrib
    78   * [http://code.google.com/p/django-openid/ django-openid] (django_openidconsumer)
    79   * [http://code.google.com/p/django-openid-consumer/ django-openid-consumer] - fork of django-openid, to add OpenID 2 support
    80   * [https://launchpad.net/django-openid-auth django-openid-auth] - OpenID integration for django.contrib.auth, with xsupport for the Simple Registration and Attribute Exchange extensions.
    81   * See a short feature comparison at [http://splike.com/wiki/Django_OpenID]
    82  * User registration, signup, authentication, security
    83   * [http://bitbucket.org/ubernostrum/django-registration/wiki/Home django-registration] - A simple, generic user-registration application for Django
    84   * [http://github.com/phuihock/django-signup/ django-signup] - A pluggable signup application for Django
    85   * [http://code.google.com/p/django-cas/ django-cas] YaleCAS (Central Authentication Service) plugin for user authentication
    86   * [http://devel.almad.net/trac/django-http-digest/ django-http-digest] - Allows you to protect views with HTTP digest authentication.
    87   * [http://code.google.com/p/django-simple-captcha/ django-simple-captcha] - Extremely simple, yet highly customizable Django application to add captcha images to any Django form.
    88   * [http://opensource.bolloretelecom.eu/projects/django-ldapdb/ django-ldapdb] - Allows you to access LDAP entries through Django Models.
    89   * [http://forge.2metz.fr/p/django-account-manager/ django-account-manager] - Experimental implementation of Account Management and Session Identification by Mozilla Labs
    90   * [http://pypi.python.org/pypi/django-permissions/ django-permissions] - Role based per object permissions.
    91   * [https://github.com/aruseni/django-qrauth django-qrauth] - Nice QR codes that allow the users to instantly sign in to the website on their mobile devices
    92  * Search
    93   * [http://code.google.com/p/django-sphinx/ django-sphinx] - A full-text search integration with Django using the Sphinx engine
    94   * [http://code.google.com/p/djapian/ djapian] - A full-text search integration with Django using Xapian
    95   * [http://code.google.com/p/django-search-lucene/ django-search-with-lucene] - Django search with Lucene is Tightly integrated the Lucene in Django, so use search content using django model filtering expressions.
    96   * [http://haystacksearch.org/ haystack] - Modular search for Django.
    97  * CMS ([wiki:CMSAppsComparison feature comparison] available, also on [http://www.djangopackages.com/grids/g/cms/ Django Packages])
    98   * [http://django-cms.org/ django-cms] - A free, BSD-licensed content management system for Django, supporting a hierarchical page structure, internationalization and more. Notice: it doesn't supports Chinese(non-ASCII).
    99   * [http://www.merengueproject.org/ Merengue] A free, LGPL-Licensed content management system for Django. It’s not only a plug-and-play CMS but a framework to build CMS sites at top speed with clean and re-usable code
    100   * [https://github.com/ridethepony/django-fiber Django Fiber] - A simple, user-friendly CMS for all your Django projects
    101   * [http://code.google.com/p/django-simplecms/ django-simplecms] - A simple cms As Simple As Possible but Extensible.
    102   * [http://www.django-wiki.org django-wiki] - Full-blown wiki system written in Django. Permissions, hierarchy, plugin API, images, attachments... you name it.
    103   * [http://packages.python.org/django-page-cms/ django-page-cms] A simple multilingual paged cms for Django
    104   * [http://www.pylucid.org/ PyLucid CMS] - A lightweight content management system. Ideal for Shared-Webhosting: No shell account needed. Run at least with CGI. (GPL)
    105   * [http://code.google.com/p/django-blocks/ django-blocks] - An easier way to build Web apps like an blog or CMS more quickly and with almost no code.
    106   * [http://code.google.com/p/django-taxonomy/ django-taxonomy] - A taxonomy tool to integrate in your django sites/CMS. Can also be used as a menu structure.
    107   * [http://mezzanine.jupo.org Mezzanine] - A content management platform built on top of Django with many features including hierarchical pages, blogging, tagging, threaded comments and custom content types. BSD licensed.
    108   * [http://www.lfcproject.com LFC - Lightning Fast CMS] - Hierarchical pages, blogging, tagging, threaded comments and custom content types, workflows, role based permissions, multi-languages. BSD licensed.
    109  * Forums and comments ([http://code.djangoproject.com/wiki/ForumAppsComparison feature comparison] available)
    110   * [http://djangobb.org/ DjangoBB] - Django Bulletin Board
    111   * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django
    112   * [http://sct.sphene.net/ Sphene Community Tools] - (SCT) django forum (bulletin board) and wiki applications which can be easily integrated into custom django projects. BSD.
    113   * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL.
    114   * [http://code.google.com/p/django-forum/ django-forum] - A lightweight Forum application that plugs straight into your existing Django project.
    115   * [http://code.google.com/p/friendsnippets/ comments] A comment application to allow users top post comment on your website. Inspired by freecomments.
    116   * [http://wiki.list.org/HyperKitty HyperKitty] The modern archiver for [http://list.org/ GNU Mailman 3], can also serve as a standalone forum.
    117  * Blog apps
    118   * [http://blog.hudarsono.me/post/2010/10/31/MeBlog-Released-as-Open-Source MeBlog] - a simple blog run in AppEngine. Has built in mobile UI.
    119   * [http://code.google.com/p/django-diario/ django-diario] - A pluggable weblog application for Django Web Framework.
    120   * [http://code.google.com/p/blogmaker/ Blogmaker] -A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots
    121   * [http://byteflow.su Byteflow] - Extensible Blog Engine with many features and a clean codebase.
    122   * [https://github.com/montylounge/django-mingus] - a blog engine leveraging reusable Django apps for all its features.
    123   * [https://github.com/Fantomas42/django-blog-zinnia Zinnia] - Simple yet powerful and extensible application for managing a blog within your Django Web site.
    124   * [https://github.com/ikalnitsky/ediary eDiary] - eDiary is an easy to use blog application for Django. It was developed by developer for developers.
    125  * Aggregation, RSS, feeds, lifestreams
    126   * [http://code.google.com/p/django-simpleaggregation/ django-simpleaggregation] - A component which allows for (simplistic) aggregation of data about Django models.
    127   * [http://code.google.com/p/django-lifestream/ django-lifestream] - A generic application for the Django framework that lets you combine multiple RSS and Atom feeds into one lifestream-style page.
    128   * [http://code.google.com/p/django-feedclowd/ django-feedclowd] – The lifestreaming application that powers feedclowd.com
    129   * [http://code.google.com/p/django-pingback/ django-pingback] - Pingback implementation for Django
    130  * Tagging
    131   * [http://code.google.com/p/django-tagging/ django-tagging] - A generic tagging application for Django
    132  * Maps, geo
    133   * [http://code.google.com/p/django-geo/ django-geo] – A generic, easy-to-use location-awareness application.
    134   * [wiki:django-gmap django-googlemap] - get your site !GoogleMaps-enabled (in development)
    135   * [http://lurkingideas.net/worldmap/ django-worldmap] - Displays your data in colorful maps like Wikipedia.
    136   * [http://code.google.com/p/geodjango-basic-apps/ geodjango-basic-apps] - Simple Django Apps highlighting GeoDjango integration
    137  * Hierarchy structures in the database
    138   * [http://code.google.com/p/django-mptt/ Django MPTT] - Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes and working with trees of Model instances.
    139   * [http://code.google.com/p/django-treebeard/ django-treebeard] - 3 different efficient tree implementations: Adjacency List, Materialized Path and Nested Sets. They share the same API, so it’s easy to switch between them.
    140  * Models, database, history, trails
    141   * [http://south.aeracode.org/ South] - Intelligent schema and data migrations for  Django projects
    142   * [https://bitbucket.org/Manfre/django-mssql/overview django-mssql] - An external database backend (based on ado-mssql) that allows MS SQL Server to run against Django-trunk
    143   * [https://github.com/maxirobaina/django-firebird django-firebird] - An external database backend (based on fdb) that allows to work with Firebird SQL DBMS
    144   * [http://code.google.com/p/django-selectreverse/ django-selectreverse] - Model manager to reduce SQL querycount for nested lists with reverse foreignkeys or m2m relations.
    145   * [http://code.google.com/p/fullhistory/ django-fullhistory] - Offers an audit trail to be kept for objects being edited, even outside of the admin.
    146   * [http://code.google.com/p/django-reviews/ django-reviews] - A generic review application for Django projects, which allows association of a number of reviews with any Model instance and makes retrieval of reviews simple.
    147  * Task, jobs, queues, batch
    148   * [http://github.com/jonasvp/django-beanstalkd django-beanstalkd] - A convenience wrapper for beanstalkd clients and workers in Django using the beanstalkc library for Python
    149   * [http://code.google.com/p/django-cron/ django-cron] - A simple tool that allows you to have cron jobs for you applications. It comes with an example to delete expired sessions, and I have one for django-registration to delete expired users. Django Cron is intended to replace anything you would be adding to a bin directory in your own Django App
    150   * [http://github.com/ask/celery/ celery] - Task queue/Job Queue with Django integration.
    151   * [http://code.google.com/p/django-queue-service/ django-queue-service] - A lightweight, open-source queueing mechanism along the lines of the Amazon Simple Queue Service.
    152   * [http://code.google.com/p/django-tasks/ django-tasks] - An asynchronous task management daemon, to execute long-running batch tasks (minutes, hours or even days) on a Django server.
    153  * Text editing, Wiki
    154   * [http://code.google.com/p/django-pad/ django-pad] - A wiki support multiusers.
    155   * [http://www.django-wiki.org django-wiki] - Full-blown wiki system written in Django. Permissions, hierarchy, plugin API, images, attachments, modern default Bootstrap UI... you name it.
    156   * [https://launchpad.net/sf-django-wiki sf-django-wiki] - A flexible and embeddable Django wiki engine.
    157   * [http://www.wefoundland.com/project/Django-EditArea django-editarea] - A text editor with syntax highlighting.
    158  * XML-RPC, Rest, networking
    159   * [http://code.google.com/p/django-xmlrpc/ django-xmlrpc] - a means by which a Django developer can expose their views (or indeed any other function) using XML-RPC.
    160  * Forms
    161   * AutoCompleteSolutions - links to several solutions for integrating !JavaScript auto-complete fields
    162   * [http://code.google.com/p/django-forms-builder/ django-forms-builder] - Allows non-technical users to create website forms containing arbitrary sets of fields for data capture
    163  * Templates
    164   * [http://bitbucket.org/jezdez/django-dbtemplates/ django-dbtemplates] - A Template loader for database stored templates with an extensible cache backend
    165   * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates] - Makes Zope3 Page Templates available to Django sites.
    166   * [http://www.agmweb.ca/blog/andy/category/17/ SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites.
    167  * Email integration
    168   * [http://code.google.com/p/django-email-extras/ django-email-extras] - Provides the ability to send PGP encrypted email and allows non-technical users to manage PGP keys via the Django admin interface, as well as the ability to use the Django templating system to create multi-part emails
    169   * [http://code.google.com/p/django-flatemails/ django-flatemails] - Django Flatemail System to allow for manageable email templating, much like flat pages.
    170   * [http://bitbucket.org/psam/django-postman/ django-postman] - User-to-User messaging system, with gateway to AnonymousUser, moderation and thread management, user & exchange filters, auto-complete support.
    171  * Admin
    172   * [http://code.google.com/p/django-mobileadmin/ django-mobileadmin] - The Django admin interface optimized for iPhone/iPod touch
    173   * [http://pypi.python.org/pypi/django-maintenancemode django-maintenancemode] - Django-maintenancemode allows you to temporary shutdown your site for maintenance work.
    174   * [https://github.com/geex-arts/django-jet django-jet] - Modern responsive template for Django admin interface with improved functionality
    175   * [http://bitbucket.org/izi/django-admin-tools/ django-admin-tools] - A collection of tools for the django administration interface, it includes a full featured and customizable dashboard, a customizable menu bar and tools to make admin ui theming easier.
    176  * Internationalization
    177   * [http://code.google.com/p/django-flags/ django-flags] - An internationalization helper for django
    178   * [http://code.google.com/p/django-rosetta/ django-rosetta] - Rosetta is a Django application that eases the internationalization (i18n) process of Django projects.
    179   * [http://code.google.com/p/django-localeurl/ django-localeurl] - Specify the page language on the URL.
    180   * [http://code.google.com/p/django-modeltranslation/ django-modeltranslation] Translate dynamic content of existing models without having to change the original model classes (using a registration approach).
    181   * [http://github.com/robcharlwood/django-mothertongue/ django-mothertongue] Lightweight model translation application with inbuilt integration of django-localeurl (Compatible with django-rosetta and django-tinymce).
    182   * [http://github.com/slashmili/django-jalali/ django-jalali] Jalali !DateField support for Django model
    183  * Media, graphics, images, photos, rights management
    184   * [http://bitbucket.org/jezdez/django-licenses/ django-licenses] - With django-licenses you can give every object a different content license. You can easily manage your licenses and use them in other ways too.
    185   * [http://code.google.com/p/django-graphviz/ django-graphviz] - Django + Graphiz
    186   * [http://code.google.com/p/django-dynamic-media-serve/ django-dynamic-media-serve] - Django Dynamic Media Serve is the good alternative of the default django.views.static.serve for serving the media files in Django.
    187   * [http://code.google.com/p/django-photologue/ django-photologue] A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries.
    188   * [http://bitbucket.org/jdriscoll/django-imagekit/ django-imagekit] Add "Photologue-style" image processing (resizing, effects, etc.) to your models in a simple, unobtrusive way.
    189   * [http://github.com/mfitzp/django-flowplayer django-flowplayer] - Embed multimedia in your pages with flowplayer template tags. Support for playlists, multiple player styles and configurations.
    190   * [http://code.google.com/p/django-fleshin/ django-fleshin] - Fleshin is a pluggable photo management application for Django Web Framework.
    191   * [https://github.com/francescortiz/image image] - Django application that provides cropping, resizing, thumbnailing, overlays and masking for images and videos with the ability to set the center of attention, heads won't get cut anymore.
    192  * Calendar
    193   * [http://www.3captus.com/download/django_calendar django-event-calendar] A event calendar application component
    194  * Ajax, CSS
    195   * [https://code.launchpad.net/kss.django kss.django] A django application for integration of AJAX with [http://code.djangoproject.com/wiki/KSSInDjango KSS].
    196  * Tracker, ticket integration
    197   * [http://code.google.com/p/django-issue-synchronisation django-issue-synchronisation] - An Issue synchronisation plugin for tracking systems like [http://trac.edgewall.org Trac]
    198  * Other applications
    199   * [http://code.google.com/p/django-voting/ django-voting] - A generic voting application for Django
    200   * [wiki:GoFlow] - A workflow engine for django inspired by the zope2 product Openflow
    201   * [http://github.com/scrum8/django-job-board/ django-job-board] - A simple pluggable job board for django
    202   * [http://forge.2metz.fr/p/python-piwik/ python-piwik] - Integrate piwik web analytics / tracker into django with admin integration
    203   * [http://kenai.com/projects/django-trac/ django-trac] - Django Hacks Trac (help django and trac working together)
    204   * [http://code.google.com/p/django-robots/ django-robots] - A simple application for Django to manage robots exclusion files (robots.txt) via admin interface
    205   * [http://code.google.com/p/django-webproxy/ django-webproxy] - A reverse proxy app in django
    206   * [http://pypi.python.org/pypi/django-portlets/ django-portlets] - Generic portlets for Django
    207   * [http://pypi.python.org/pypi/django-workflows/ django-workflows] - Generic workflow engine for Django
    208   * [http://pypi.python.org/pypi/django-reviews/ django-reviews] - Generic reviews for Django
    209   * [http://pypi.python.org/pypi/django-resources/ django-resources] - CSS and Javascript management for Django
    210   * [http://github.com/miracle2k/webassets webassets/django-assets] - Asset management: compiling LESS/SASS/CleverCSS/etc., combining&minifying CSS and Javascript.
    211   * [http://github.com/lesscpy/lesscpy lesscpy] - Pure-Python LESS to CSS compiler (nodejs less.js alternative)
    212   * [http://pypi.python.org/pypi/django-dynamic-link/ django-dynamic-link] - A file streaming application for Django.
    213   * [https://bitbucket.org/RafRaf/django-poll-system/ django-poll-system] - The application to organize polling (or voting) on your site. [http://polltest.pythonism.ru/ Example]
    214   * [https://bitbucket.org/guillaumepiot/django-ajax-poll/ django-ajax-poll] - A poll system written in AJAX, live submission and results.
    215   * [https://github.com/masarliev/gitlog GitLog] - git & gitosis repository browser and more.
    216   * [https://github.com/aruseni/django-notifications-sitewide/ django-notifications-sitewide] - show site-wide notifications to inform users about maintenance and other important events
    217   * [https://github.com/un33k/django-ipware django-ipware] - Best attempt to get the client's public IP address while handling proxies. supports both IPv4 & IPv6.
    218 
    219 
    220 
    221 
    222 == Open-Source Django projects ==
    223 
    224 These are stand-alone applications written using Django.
    225 
    226  * [http://code.google.com/hosting/search?q=label:django Django-based projects at Google Code Hosting].
    227  * Community applications, wiki
    228   * [https://github.com/django/djangoproject.com]: See the full code and templates for the Django-powered portions of this site (e.g., everything except the ticket system). The Python code is available under the BSD license, but the templates are copyrighted by World Online and shouldn't be copied.
    229   * [http://weblog.greenpeace.org/melt/ Custard/Melt]: A work-in-progress community Web app developed by Greenpeace. LGPL.
    230   * [http://zyons.com Zyons]: A forum/community application.
    231   * [http://sct.sphene.net/ Sphene Community Tools] - (SCT) board and wiki applications which can be easily integrated into custom django projects. BSD.
    232   * [http://www.wikicube.cn  WikiCube] - 一个类似于 http://www.wikispaces.com/ 的站点,适用于小组或者个人做独立的wiki应用.
    233   * [http://osqa.net/ OSQA] - A question & answer system similar to [http://stackoverflow.com/ StackOverflow], based on [http://github.com/cnprog/CNPROG CNPROG].
    234  * Photo gallery, photo blog, media, music
    235   * [http://carcosa.net/jason/software/django/stockphoto/ Stockphoto]: A simple photo gallery by Jason !McBrayer.
    236   * [http://code.google.com/p/babik/ Babik] - A django based [http://www.musicpd.org/ MPD] client
    237   * [http://www.tracka.info/ tracka.info] - Share media file with small [http://sz-sfdz.com/ Video Game Parts] team or family.  New BSD.
    238   * [http://www.zenzire.com/projects/klisha Klisha] - an open-source and standards-compliant photoblog application for the web.
    239   * [http://www.libravatar.org Libravatar] - A federated profile image hosting service similar to Gravatar
    240  * Blog, RSS, feeds, aggregation, lifestream, website
    241   * [http://blog.hudarsono.me/post/2010/10/31/MeBlog-Released-as-Open-Source MeBlog] - a simple blog run in AppEngine. Has built in mobile UI. [http://bitbucket.org/hudarsono/meblog Source code]
    242   * [http://tmitter.coderblogs.com Tmitter] - a simple mobile mini blog likes [http://www.twitter.com Twitter],[http://code.google.com/p/tmitter/ Source code].
    243   * [http://www.feedjack.org/ Feedjack]: A planet/feed aggregator by Gustavo Picón. Sample sites: [http://django.feedjack.org/], [http://gnome.feedjack.org/], [http://newsclick.mobbing-gegner.de/].
    244   * [http://www.moregruel.net/index.php/projects/ Feedme] - Another RSS feed aggregator, aimed more for personal use than Feedjack.
    245   * [http://code.google.com/p/sleepy-django Sleepy Django] Build static websites from Django templates.
    246  * e-government, e-democracy, citizen participation
    247   * [http://ecidadania.org e-cidadania] Application for participative processes (debates, proposals, voting, etc.) '''in development'''.
    248  * Utilities, tools, admin, file management
    249   * [http://code.google.com/p/django-fileman/ Django Fileman] - web based files manager. (using jQuery)
    250   * [https://pypi.python.org/pypi/Django-hotsauce/0.6.0 django-hotsauce]: Professional and extensible web development framework based on top of Django and WSGI. Batteries included.
    251   * [http://code.google.com/p/django-filebrowser/ FileBrowser] - An extension to the Django admin interface.
    252   * [http://code.google.com/p/django-utils/ Djangoutils]: Miscellaneous Django utilities.
    253  * Tracker, ticket integration
    254   * [http://trac.ambitone.com/ambidjangolib/wiki/tracregator tracregator] - a Django app which collects tickets from multiple [http://trac.edgewall.org/ trac] sites into one page
    255  * System management, networking, monitoring
    256   * [http://djagios.org/ djagios.org] - Nagios Configuration tool written in Django.
    257   * [http://docs.bcfg2.org/reports/dynamic.html bcfg2 Dynamic Reports] - bcfg2 provides a Reporting Facility based on Django (bcfg2 is a configuration management system like cfengine)
    258  * e-commerce, shopping cart
    259   * [http://www.satchmoproject.com/ Satchmo] - the Django e-commerce project. (shopping cart)
    260   * [http://www.getlfs.com LFS - Lightning Fast Shop] - the Django online-shop.
    261  * gaming, games
    262   * [http://evennia.com Evennia] - A feature-liberal MUD server based on Django and Twisted. Heavy web integration, easily scriptable/extendable in Python.
    263  * Topic-specific, business apps, time management, ...
    264   * [http://workstyle-py.sourceforge.net/ WorkStyle]: A "Get Things Done" to-do list management application.
    265   * [http://ff-firmware.quamquam.org/trac/wiki/FFSomething FFSomething]: A suite for managing open wireless mesh networks
    266   * [https://svn.wamber.net/projects/bookmaker BookMaker]: An open-source Web application for managing small parimutuel betting pools ([https://svn.wamber.net/projects/bookmaker/browser Browse source]).
    267   * [http://riseproject.sourceforge.net/ RISE Project (Resources and Information for Success in Education)]: A project to manage and publish academic catalog information, including programs, courses, and schedules. BSD.
    268   * [http://www.frepple.com frePPLe] An open source framework for production planning applications, with a Django user interface.
    269   * [http://www.voteruniverse.com Voter Universe] - Django based voter file analysis and interaction management application for progressive political campaigns and organizations released under AGPL v3.
    270   * [http://www.gestorpsi.com.br/trac/ GestorPSI] - A complete open source system for manage psychology clinics as well school clinics.
    271   * [http://code.google.com/p/pleft/ Pleft] - An appointment planning tool that helps with finding the right date and time. (GPLv3)
    272   * [https://github.com/shuaibhanief/todolist_django] - A to-do list app that works with Django 1.3
    273   * [https://github.com/pat1/autoradio] - Radio automation software, manage on-air broadcasting over a radio-station or web-radio. Allows you to easily publish podcasts RSS with integrated, very compatible, web player for ogg vorbis.
    274   * [http://www.projectperiod.de ProjectPeriod] - A open source web application for time acquisition and project management.
    275 
    276 == General ==
    277 
    278  * RunningDjangoTests: How to run the Django tests
    279  * [http://djangoapi.quamquam.org Django API]: Autogenerated Django API documentation
    280  * CookBook: Code recipes.
    281  * CommonPitfalls: Common developer errors, gotchas, etc.
    282  * DocumentationSuggestions: A place to put docs that you wish ''you'' could have found while learning
    283  * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute
    284  * [wiki:MindmapCheatsheetForGenericViewsAPI Mindmap Cheat Sheet for the Generic Views API] as described in [http://www.djangobook.com/en/1.0/chapter09/ The Django Book (chapter 9)].
    285  * FormField documentation for Manipulators
    286  * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!)
    287  * [wiki:CustomFormFields Making Custom form fields]: Adventures in making new form fields.
    288  * [wiki:CustomUploadAndFilters Custom Upload Fields with Template Filters]: extra features for upload fields.
    289  * [wiki:DeveloperDocs Developer Documentation]: Documentation about the internals of Django.
    290  * [wiki:ContributedMiddleware User-contributed middleware]
    291  * [wiki:InitialSQLDataDiangoORMWay Initial SQL data using Django ORM]: How to do it.
    292  * [wiki:AlterModelOnSyncDB Alter Model's Storage]: Automatically changing a table to suit your app & database.
    293  * [wiki:Django_and_PureFTPd Using Django and PureFTPd]: How to use Django's user database in PureFTPd. Surprisingly
    294  * [wiki:BestPracticesToWorkWith3rdPartyAppsAndMakingYoursPortable Working with 3rd Party Apps and Making your Apps Portable]: How to setup your project structure, where to put 3rd party apps, development and production setup.
    295  * [http://www.zbyte64.com/code.shtml Django & Open Office]: An example of how to use Django and Open Office to do advance document templating.
    296  * ThumbNails: Discussion about options for adding thumbnails to Django.
    297  * [wiki:DynamicModels Dynamic models]: Information on creating models at run-time and how to work with them.
    298  * [wiki:NewformsHOWTO Newforms Howto]: Lllama's handy how-do-I guide for newforms admin.
    299  * [wiki:GetVsPostSplittingAndDjango]: Get Vs Post splitting for scaling and Django.
    300 
    301 == Installing and configuring Django ==
    302 
    303  * [http://www.turnkeylinux.org/appliances/django TurnKey Django]: pre-integrated Django installable live CD [[http://en.wikipedia.org/wiki/Software_appliance software appliance]]
    304  * [http://bitnami.org/stack/djangostack BitNami DjangoStack] : Includes ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite, Django and required dependencies. It can be deployed using a native installer, as a virtual machine or in the cloud.
    305  * [wiki:ServerArrangements Server arrangements]: How to use Django with FCGI, Twisted, etc.
    306  * [wiki:SetupOnTiger Setup on Mac OS X Tiger]: Includes installing python 2.4 (which isn't required), the latest version of postgresql, and psycopg.
    307  * [wiki:WindowsInstall] - install django on Windows in 5 minutes (using sqlite and the internal webserver)
    308  * [wiki:MovablePythonInstall] - install Django on a USB stick using Movable Python
    309  * [wiki:DjangoOnAStick] - Install Django on a USB stick.
    310  * [wiki:DjangoAndNginx] - Install Django on Ubuntu with NginX through FastCGI.
    311  * [wiki:DjangoAndPyPy] - Install Django on PyPy.
    312  * [http://code.google.com/p/django-win32service django-win32service]: a django app to manage easily a lightweight web server as a win32 service.
    313  * [http://od-eon.com/labs/django-cherrypy-odeon/ django-cherrypy-odeon]: using the cherrypy WSGI server as a production/development server
    314  * [http://blingnode.com Blingnode] Install Django (and a couple more tools) on Debian or Ubuntu in one minute.
    315 
    316 == Development environment ==
    317 
    318  * [http://code.google.com/p/firepy/ Debugging Django using FirePy (FirePHP)]: Very good way to debug Django applications with the Firefox extension Firebug, FirePHP.
    319  * [http://bitbucket.org/goeiejongens/django-environments django-environments]: Django "settings inheritance" for different environments, with easy WSGI integration and bash convenience commands for Django, pip, and hg.
    320  * [https://github.com/sobolevn/django-split-settings django-split-settings]: Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
    321  * [https://github.com/sandersnewmedia/django-host-settings django-host-settings]: Local settings files based on system hostname.
    322  * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.
    323  * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE.
    324  * [wiki:UsingVimWithDjango Django development with Vim]: Hints and tips for using the Vim editor.
    325  * [wiki:PythonScriptForParsingSettings A python script for parsing settings.py]: A small python script can be used to read, modify, save settings.py file.
    326  * [wiki:PythonScriptForParsingUrlConf A python script for parsing urls.py]: A small python script can be used to read, modify, save urls.py file.
    327  * [wiki:ProfilingDjango Profiling Django]: How to use the Python hotshot profiler with Django
    328  * [wiki:GreasemonkeyScriptForSmallTitles Greasemonkey script for djangoproject.com]: Shortens titles to faciliate better tab browsing of Django's documentation
    329  * [wiki:SimpleDebugThroughExceptions]: Very simple method for print debug info.
    330  * [wiki:SimplePrintAppForDebugging]: A simple print app for debugging.
    331  * [wiki:DebuggingDjangoWithWinpdb]: Debugging Django apps with Winpdb
    332  * [wiki:DbDumpScript]: A python script can be used for dumpping and loading data from database.
    333  * [wiki:Dia2Django]: A python script to convert uml [http://www.gnome.org/projects/dia/ dia diagrams] to models.py.
    334  * [http://www.aswmc.com/dbmigration/ Simple Schema Migration for Django] – Simple tool for managing automated schema migrations
    335  * [http://eddymulyono.livejournal.com/62101.html Django doctest coverage]: Patch so `python manage.py test` reports code coverage in HTML.
    336  * [http://pydev.blogspot.com/2006/09/configuring-pydev-to-work-with-django.html Configuring pydev to work with django]: Development django with pydev in Eclipse IDE.
    337  * [http://gonefish.cn/?page_id=411 使用Eclipse和Pydev组建Django开发平台]: 使用Eclipse和Pydev组建Django开发平台。
    338  * [http://bear330.wordpress.com/2007/10/30/how-to-debug-django-web-application-with-autoreload/ How to debug django web application with autoreload.]: How to debug django web application with autoreload in Eclipse pydev plugin.
    339  * [http://webdevon.com/setting-up-a-django-development-environment-from-scratch-on-windows/ Portable Django Development] Tutorial for setting up a portable Django development environment with virtualenvs on Windows.
    340  * [http://bearfruit.org/blog/2008/05/28/multiple-django-configurations-for-development-and-production Multiple configurations] How to setup your project with multiple configurations for development, testing and production
    341  * [wiki:CollaborateOnGithub How to collaborate on GitHub in Django context]
    342  * [http://code.google.com/p/uml-to-django/ UML to Django]: Python script to convert a UML Class diagram directly into a working Django model and admin interface; no coding involved.
    343  * [http://www.micahcarrick.com/gedit-as-a-django-ide-for-linux.html Gedit as a Django IDE for Linux]: Configuring gedit as a Django Text Editor in GNOME.
    344 * [http://www.jetbrains.com/pycharm/quickstart/django_guide.html Getting Started with PyCharm as a Django development tool]: A quick walk  through your first Django project with PyCharm.
    345 
    346 == Templates ==
    347 
    348  * ExtendingTemplates - how to extend a template but re-use parts of that template
    349  * ExtendingAdminTemplates
    350  * [wiki:TemplateTagsCheatSheet] - A quick list of all the template tags.
    351  * [wiki:MyghtyTemplatesInDjango Using Myghty Templates in Django]  - How to use Myghty templates in Django
    352  * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates for Django] – Add-on allowing to use ZPT in Django
    353  * [ticket:2440 PHP template loader] - Integrate Django templates into an existing PHP based site
    354  * [http://www.agmweb.ca/blog/andy/category/17/ SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites as a templating language
    355  * [http://www.djangosnippets.org/snippets/97/ Mako and Genshi Templates] - Integrate Mako and Genshi with Django ([http://fuzzythinker.blogspot.com/2007/04/using-mako-in-django.html more info])
    356  * [https://github.com/jessemiller/HamlPy HamlPy] - Haml compiler with Django support.
    357 
    358 == Project Templates ==
    359  * [http://amccloud.com/post/14689947527/django-1-4-custom-project-template django-project-skel] - An improved project template for most.
    360 
    361 == Code examples ==
    362 
    363  * [wiki:ClassDecoratorTags One-step template tags] Defining custom template tags with minimal boilerplate code.
    364  * [wiki:ajax_shop_basket Ajax/DHTML shopping basket in Django example]
    365  * [wiki:contentBBCode_parser ContentBBcode Parser] - How-to make pluggable special-tag parser
    366  * [wiki:reading_baldurs_gate_binary_files Reading Binary Files] -  How to read Baldurs Gate II character files and display data about the character
    367  * [wiki:AjaxDjangoDojoForm Ajax and Django, using Dojo] How to submit a form using Ajax with Dojo.
    368  * [wiki:AjaxDjangoYUI Ajax and Django, using YUI] How to make ajax work with Django with Yahoo! UI Library.
    369  * [http://www.carthage.edu/webdev/?p=12 LDAP Django Auth Backend]: Dead-Simple LDAP in Django with Backends
    370  * [wiki:AddDojoEditor Add Dojo Editor]: How to add a rich-text editor to administration pages with Dojo.
    371  * [wiki:CustomWidgetsTinyMCE Custom TinyMCE Widget]: How to create a custom TinyMCE widget using django.newforms
    372  * [wiki:ScaffoldScript Simple 'scaffolding']: Spew out simple form fields as a base for modification
    373  * [wiki:Scaffolding More about scaffolding]: Spew out simple forms for your whole app, including automated urls
    374  * [wiki:GenerateGenericURLs Generic URL Generator]: Generate URLs when using generic views
    375  * [wiki:ModelMiddleware Model 'middleware']: Add pre/post save/delete callbacks to any model.
    376  * [wiki:ManipulatorScript Simple Custom Manipulators]: Spews out a custom manipulator for your model, primed and ready for tweaking.
    377  * [wiki:AutoAllApps Auto All-Apps Module]: Simple package with all the installed app modules underneith it.
    378  * [wiki:SafeSettingsContextProcessor Safe Settings context processor]: Provide template access to your settings variables.
    379  * [wiki:FormGenScript Form Generator]: Simple script to spew out a newform from a given model.
    380  * [http://blog.michaeltrier.com/2007/8/12/finding-lookup-items-that-are-not-used How to find items that are not used]: doing Left Outer Joins with Django's ORM.
    381  * [http://www.miketigas.com/2008/07/23/blogmaking-django-newforms-admin/ Fun with Django newforms-admin]: using the new permissions and queryset hooks in newforms-admin.
    382  * [http://www.ofbrooklyn.com/2010/01/15/syntax-highlighting-django-using-pygments/ Syntax highlighting with Pygments using a template filter in Django]: Automatically add color to code in a blog, including choosing a language on a per-code-block basis.
    383 
    384 == Web services/APIs ==
    385 
    386  * [http://code.google.com/p/django-rest-interface/ Django Rest Interface] - A generic REST interface for Django
    387  * [http://toastdriven.github.com/django-tastypie/ Django REST Framework: django-tastypie] - A wonderful REST framework for Django
    388  * [http://django-rest-framework.org django-rest-framework] - A lightweight REST framework for Django
    389  * [wiki:FacebookIntegration] - Integrating Facebook with Django
    390  * [wiki:searchengine A Google search engine front end in Django tutorial]
    391  * [wiki:XML-RPC] Example of doing XML-RPC in Django
    392  * [wiki:JSON-RPC] Example of doing JSON-RPC in Django
    393  * [wiki:Simplistic_json_rpc-dispatcher] A simplistic json-rpc dispatcher-function for Django in 15 lines
    394  * [wiki:WebServices WebServices]: An example showing how to access a web service (Amazon.com) using Python.
    395  * [wiki:FlickrIntegration] - One way of integrating flickr with Django
    396  * [wiki:GoogieSpell] - Spell checking [http://www.djangoproject.com/documentation/model_api/#textfield TextField]s with [http://orangoo.com/labs/GoogieSpell/ GoogieSpell].
    397  * [http://www.kelvinism.com/howtos/alexa-site-thumbnail-and-django/ Django and AST] - Using Django with Amazon Site Thumbnail.
    398  * [wiki:AmazonSimpleStorageService] - Version of FileField which will store your files on amazon's storage service
    399  * [http://code.google.com/p/django-gadgets/ django-gadgets] A contrib that makes easily create Google Gadgets for iGoogle and OpenSocial websites.
    400 
    401 == Tutorials on the Web ==
    402 
    403  * [wiki:Tutorials A list of Django tutorials]
    404 
    405 == Presentations ==
    406 
    407  * [wiki:SnakesAndRubiesTranscript Snakes and Rubies Transcript]: Currently a partial transcript of the Snakes and Rubies meeting videos.
    408  * DjangoScreencasts: Official and unofficial screencasts showing Django development in action.
    409  * [http://itmaurer.com/clepy/htdocs/media/presentation/presentation.html Python Web development with Django]: A presentation in pseudo-!PowerPoint format that provides a good overview. Warning: This link appears to be broken(9th Dec 2010, 19:43).
    410  * [http://www.slideshare.net/simon/the-django-web-application-framework The Django Web Application Framework]: From the ACCU UK Python track, April 2006
    411  * [http://video.google.com/videoplay?docid=-70449010942275062 Jacob's Google Tech Talk] - "Web Development for Perfectionists with Deadlines"
    412  * [http://larlet.fr/conferences/django/ Tout savoir sur Django (french)] - Presentation in June 07 at French Python Days, overview + advanced tips.
    413  * [http://www.django-introduction.com/ Django Introduction - An Introduction to Rapid Development of High-Performance Web Applications with Django] - available in English and German
    414  * [http://www.apkmonk.com/app/com.quizmine.learndjangoandpython/ Django & python tutorials on Android] - Django & Python tutorials on Android
    415 
    416 == Resources in other languages ==
    417 
    418  * [wiki:TranslateDocumentation Translation grid for documents in '/docs']: A work in progress translation project.
    419  * [wiki:DocItTutorial01 Italian Django Tutorial]: An Italian Django tutorial step by step. [Italian]
    420  * [wiki:ChineseDjangoTutorial Chinese Django Tutorial]: A Chinese Django tutorial step by step. [Chinese]
    421  * [http://blog.zabiello.com/articles/category/django Jarosław Zabiełło Blog]: Various Django tips and tutorials [Polish]
    422  * [http://www.python.rk.edu.pl Biblioteka Pythona]: Polish documentation and examples  [Polish]
    423  * [http://www.biologeek.com/web-frameworks/ French translation of Django documentation]
    424  * [http://www.django-fr.org Django-fr] : French community and documentation.
    425  * [http://www.django-de.org Django-de] : German Django community and documentation.
    426  * [http://www.django.gr Django.gr] : Greek Django community/user group
    427  * [http://groups.google.com/group/django-no Django-no] : Norwegian Django community/user group
    428  * [http://www.djangobrasil.org Django Brasil] : Brazilian Django community/user group and documentation.
    429  * [wiki:DjangoBrasil Django Brasil Wiki]: To organize suggestions and ideas.
    430  * [http://www.django.es Django.es] : A Spanish Django community.
    431  * [http://anwajler.com/blog/tag/django/ Łukasz Anwajler blog] : Django snippets and tutorials [Polish]
    432  * [http://www.djangohq.de/ djangohq]: Django news for the German community
    433  * [http://www.djangoproject.cz/ Django Česká republika]: Czech translation of Django documentation.
    434  * [http://djbook.ru/ djbook.ru]: Documentation and Django book translation, tutorials [Russian]
    435  * [http://groups.google.com/group/django-russian Django-Russian] : Russian Django community/user group
    436  * [http://groups.google.com/group/pyweb-il PyWeb-IL] : Israeli Django, Python and web-app development community/user group.
    437  * [http://djangoproject.jp/ Django-jp] : Japanese Django community/user group
    438 
    439 == Community ==
    440 
    441  * The official [http://groups.google.com/group/django-users mailing list]: before you post, '''please''' read [wiki:UsingTheMailingList].
    442  * [http://www.thedjangoforum.com/ The Django Forum] : A forum devoted to Django development. Good place to get help with your Django questions.
    443  * [https://people.djangoproject.com/ Django People] : A site to help Django developers find like-minded souls near them.
    444  * [wiki:DevelopersForHire Developers for hire]: Community members available to do Django work.
    445  * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts]
    446  * [http://www.djangoproject.com/community/badges/ Official Django badges]
    447  * [http://www.djangoproject.com/community/logos/ Official Django logos]
    448  * [wiki:DjangoUsers DjangoUsers]: User community about django.
    449  * [http://www.pybots.org/ Pybots]: Continuous integration testing of the Django development trunk against latest changes to the Python 2.5 maintenance branch and 2.6 development trunk.
    450  * [wiki:ContinuousIntegration Continuous Integration]: Getting the Travis CI server to automatically test Django pull requests.
    451  * [http://groups.google.com/group/django-hotclub django-hotclub]: Forum for discussing Django application development
    452  * [http://www.djangojobs.org/forum Django Forum] : A forum devoted to Django Python. Good Place to get help with your Django questions.
    453  * [http://djanguru.com Djanguru] : A very simple site for finding django developers
    454 
    455 == Jobs & Employment ==
    456  * [http://www.djangojobs.net DjangoJobs.Net]: Market leader python django job posting site '''Django and Python Jobs'''
    457  * [http://www.djangojobsboard.com The Django Jobs Board]: A leading jobs portal, The Django Jobs Board was built by members of the Django community ''for'' the Django community. Provides a one-stop-shop for Django jobs from companies all over the world. Developers can also sign up to feature their profile to prospective employers, and to receive a digest of top Django job opportunities.
    458  * '''[http://djangojobbers.com/ Django Jobbers]''' is where django hackers can find available jobs.
    459 
    460 == Cheat Sheets and Quick Starts ==
    461  * [http://www.scribd.com/doc/4950257/django-templates-cheat-sheet Django Template Cheat Sheet:] introductory 3 page, concise, example-based cheat sheet to django templates
    462  * [http://www.scribd.com/doc/4975790/urlpatterns-for-django-cheatsheet Django Url Patterns Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to url patterns, and generic views
    463  * [http://www.scribd.com/doc/5077400/the-django-model-cheat-sheet Django Model Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to models.Model
    464  * [http://www.scribd.com/doc/5224358/cheatsheet-of-formsForm-for-django Django Forms Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to forms.Form
    465 * [http://freepdfs.net/django-cheat-sheet-pdf/u/699652538740913447/ Django Cheat Sheet] Django Cheat Sheet for Developers
    466 
    467 
    468 == Django Hosting ==
    469  * [http://freedjangohosting.com Free Django Hosting :] list of paid and free best django hosts.
    470  * [http://pythonanywhere.com Free and paid Django hosting.  Excellent support.
    471  * [http://www.milesweb.com/hosting-faqs/what-is-django-hosting/ What is Django Hosting?]Info on Django hosting services.
    472 
    473 == Integrated Development Environments ==
    474 
    475  * [http://www.aptana.com/products/studio3/download Aptana Studio] - "The world’s most powerful open-source web development IDE"
    476  * [http://www.eclipse.org/ Eclipse] - "an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle."
    477  * [http://eric-ide.python-projects.org/ ERIC] - "Eric is a full featured Python and Ruby editor and IDE, written in python."
    478  * [http://www.geany.org/ Geany] - "Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment."
    479  * [http://www.activestate.com/komodo-ide Komodo IDE] - "The Professional IDE for Python, PHP, Ruby, !JavaScript, Perl, Web and Cloud Dev"
    480  * [http://webpages.charter.net/edreamleo/front.html LEO] - "A premier Integrated Development Environment, fully scriptable using Python."
    481  * [http://www.scintilla.org/SciTE.html Scite] - "SciTE is a [http://scintilla.org/ Scintilla] based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs"  Available as source code and read-to-go binaries/installers for Windows, Linux, and OS X. ''For Python development Sciite has a few features missing in Notepad++.''
    482  * [http://notepad-plus-plus.org/ Notepad++] - "Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License."  Windows Only, based on [http://scintilla.org/ Scintilla] a free source code editing component.
    483  * [http://www.jetbrains.com/pycharm/ PyCharm] - "Powerful IDE with complete set of tools for development with Python and web development with Django."
    484  * [http://pydev.org/ PyDev] - "!PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and !IronPython development."
    485  * [http://code.google.com/p/pyscripter/ PyScripter] - "An open-source Python Integrated Development Environment (IDE)"
    486  * [http://scribes.sourceforge.net/ Scribes] - "Simple, slim and sleek, yet powerful."
    487  * [http://pythonide.stani.be/ SPE IDE] - "Free python IDE for Windows, Mac & Linux with UML, !PyChecker, Debugger, GUI design, Blender & more"
    488  * [http://code.google.com/p/ulipad/ ulipad] - "Ulipad is a wxPython powered, programmer oriented and flexible editor."
    489  * [http://wingware.com/ WING IDE] - "The Intelligent Development Environment for Python Programmers"
    490 
    491 == Deprecated Resources ==
    492 
    493 Please mark any resources here with the date that they were moved into this section.  A brief reason for removal from this list is also useful.  Please feel free to remove anything that has remained in this section longer than three months.
    494 
    495  * [http://djangosearch.com/ DjangoSearch] - A multilingual search engine for Django and archive of all articles. -- Deprecated: 5 Sep 2014; Reason: Last update was almost two years ago announcing release of Django 1.5.
    496  * [http://www.django-apps.com/ django-apps.com] - A catalog of complete django applications -- Deprecated: 5 Sep 2014; Reason: Link is dead.
    497  * [http://www.amazon.co.uk/Django-Visual-QuickPro-Guide-Guides/dp/0321643402/ref=sr_1_11?s=books&ie=UTF8&qid=1275400529&sr=1-11 Django: Visual QuickPro Guide (Visual QuickPro Guides)] Deprecated: 5 Sep 2014; Reason: Book is out of date and only has 1 star on Amazon.
    498  * [http://www.djangojobs.org Django Jobs]: is for listing permanent and freelance '''Django / Python Jobs''', it's a portal for the Django community. -- Deprecated: 17 Apr 2016; Reason: Seems no more active.
    499   * [https://github.com/kenkeiter/django-graphs django-graphs] - An extensible graphing engine using the Cairo graphics and FreeType libraries. -- Deprecated: 13 May 2016; Reason: No longer maintained since 2007.
     1The Django wiki is no longer used for this information.
Back to Top