Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 8

A community web site for Pardus GNU/Linux distribution. Powered by Django.

5.0
 
  0 reviews  |  23 users  |  110,846 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

Web based translation tool with tight Git integration.

5.0
 
  0 reviews  |  6 users  |  30,245 lines of code  |  69 current contributors  |  Analyzed 11 days ago
 
 

PyLucid is a Open Source web content management system written in Python using the Django Framework. Some PyLucid Features are: * fully customizable output * expandable with plugins * some built in plugins: weblog, OpenStreetMap, lexicon, RSS, tag navigation, Table of contens ... [More] * internationalization and localization support (new in v0.9) * Revision controled content (new in v0.9) * Open Source (GPL v3 or later) * support many database engines (PostgreSQL, MySQL, Oracle and SQLite) * WSGI conform: CGI, fastCGI, mod_Python and others [Less]

5.0
 
  0 reviews  |  3 users  |  95,233 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 
Compare

Syte is a really simple but powerful packaged personal site that has social integrations like Twitter, GitHub, Dribbble, Instagram, Foursquare, Tumblr, Wordpress, Last.fm, SoundCloud, Bitbucket, StackOverflow, Steam and much more

4.5
   
  0 reviews  |  2 users  |  5,108 lines of code  |  68 current contributors  |  Analyzed 4 days ago
 
 

A Django-based time tracking web application.

0
 
  0 reviews  |  2 users  |  4,570 lines of code  |  0 current contributors  |  Analyzed about 1 year ago
 
 
Compare

* Sofi es una aplicación web que gestiona eventos, presentaciones, ponentes y suscripciones. * Sofi es ideal como portal web de publicación de eventos tipo blog. Sofi cuenta con una interfaz de administración. * Sofi es una aplicación liberada bajo la licencia GPLv2, por lo tanto usted ... [More] tendrá derecho de utilizar, estudiar, modificar y distribuir libremente según los términos de la licencia. * Sofi esta desarrollada con el lenguaje de programación Python utilizando Django como framework. [Less]

5.0
 
  0 reviews  |  2 users  |  3,059 lines of code  |  1 current contributor  |  Analyzed almost 2 years ago
 
 

Django Endless Pagination can be used to provide Twitter-style or Digg-style pagination, with optional Ajax support and other features like multiple or lazy pagination. The initial idea, which has guided the development of this application, is to allow pagination of web contents in very few ... [More] steps. **Documentation** is `avaliable here: http://django-endless-pagination.readthedocs.org/ To file **bugs and requests**, please use https://github.com/frankban/django-endless-pagination/issues. The **source code** for this app is hosted on https://github.com/frankban/django-endless-pagination. The **Mercurial repository** of this project is hosted on https://bitbucket.org/frankban/django-endless-pagination. [Less]

5.0
 
  0 reviews  |  1 user  |  3,253 lines of code  |  7 current contributors  |  Analyzed 10 days ago
 
 

django-project-management is a Django/jQuery application to aid Project Managers. It allows Project Managers to centrally gather information about their projects into a web-based portal and to track tasks, progress, tasks and issues. Features include: Project Initiation Documents Work ... [More] Breakdown Structure Task allocation to individuals Risk and Issue management PDF export of Project documents [Less]

0
 
  0 reviews  |  1 user  |  469,117 lines of code  |  0 current contributors  |  Analyzed about 7 hours ago
 
 

django-jqgriddjango-jqgrid aims to make integrating full support for jqgrid as simple as defining which models you want exposed, while still supporting the more advanced features. After unexpected interest, I have decided to provide an early release in the form as a utility class. This release is ... [More] not stable or intented for production use. I will be cleaning up, restructuring (to a more flexible classed generic handler), and adding documentation/examples soon. Until then, you have been warned! Prerequisitesjson_encode jQuery 1.3+ jqGrid 3.5+ Example1. First define your grid somewhere (e.g., grids.py). Only a model or queryset and a url are required. class ExampleGrid(JqGrid): model = SomeFancyModel # could also be a queryset fields = ['id', 'name', 'desc'] # optional url = reverse('grid_handler') caption = 'My First Grid' # optional colmodel_overrides = { 'id': { 'editable': False, 'width':10 }, }2. Create views to handle requests. def grid_handler(request): # handles pagination, sorting and searching grid = ExampleGrid() return HttpResponse(grid.get_json(request), mimetype="application/json") def grid_config(request): # build a config suitable to pass to jqgrid constructor grid = ExampleGrid() return HttpResponse(grid.get_config(), mimetype="application/json") 3. Define urls for those views. from myapp.views import grid_handler, grid_config ... url(r'^examplegrid/$', grid_handler, name='grid_handler'), url(r'^examplegrid/cfg/$', grid_config, name='grid_config'),4. Configure jgrid to use the defined urls. $(function () { $.getJSON("{% url grid_config %}", function(data){ $("#mygrid") .jqGrid(data) .navGrid('#pager', {add: false, edit: false, del: false, view: true}, {}, // edit options {}, // add options {}, // del options { multipleSearch:true, closeOnEscape:true }, // search options { jqModal:false, closeOnEscape:true} // view options ); }); }); [Less]

0
 
  0 reviews  |  1 user  |  211 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

With Nevede, you can easily schedule an event. No more tons of organizational emails among participants cluttering your inbox! 1. You create an event. 2. Each participant goes to the event web page and expresses her/his availability. 3. The web page gives a quick view on the best ... [More] timeslot for the meeting. 4. Bing! Everybody meets at the agreed timeslot. [Less]

4.0
   
  0 reviews  |  1 user  |  15,034 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.