Tags : Browse Projects

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

django-tagging

Compare

  Analyzed about 1 hour ago

A generic tagging application for use in Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple.

2.23K lines of code

0 current contributors

about 4 years since last commit

19 users on Open Hub

Inactive
4.0
   
I Use This

Review Board

Compare

  Analyzed about 18 hours ago

258K lines of code

17 current contributors

19 days since last commit

17 users on Open Hub

High Activity
4.6
   
I Use This
Licenses: No declared licenses

Pootle

Compare

Claimed by Translate Analyzed 1 day ago

Pootle is a web based translation and translation management tool. It can manage community based localisation of both PO, XLIFF and other files.

94.5K lines of code

4 current contributors

10 months since last commit

15 users on Open Hub

Very Low Activity
4.33333
   
I Use This

Weblate

Compare

  No analysis available

Web based translation tool with tight Git integration.

0 lines of code

237 current contributors

0 since last commit

15 users on Open Hub

Activity Not Available
4.83333
   
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

django-mptt

Compare

  Analyzed about 4 hours ago

Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes and working with trees of Model instances.

6.15K lines of code

9 current contributors

27 days since last commit

14 users on Open Hub

Low Activity
4.2
   
I Use This

django-simple-captcha

Compare

  Analyzed 1 day ago

Django Simple CaptchaAboutDjango Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. UsageSample view: from django import forms from captcha.fields import CaptchaField from django.shortcuts import ... [More] render_to_response class CaptchaTestForm(forms.Form): myfield = AnyOtherField() captcha = CaptchaField() """ # or, as a ModelForm: class CaptchaTestModelForm(forms.ModelForm): captcha = CaptchaField() class Meta: model = MyModel """ def home(request): if request.POST: form = CaptchaTestForm(request.POST) # Validate the form: the captcha field will automatically # check the input if form.is_valid(): human = True else: form = Captch [Less]

1.66K lines of code

8 current contributors

3 months since last commit

14 users on Open Hub

Low Activity
4.75
   
I Use This

django-debug-toolbar

Compare

  Analyzed about 20 hours ago

A debugging toolbar for Django with various panels of information. Code can be downloaded direct from github.com here: http://github.com/robhudson/django-debug-toolbar/commits/master/ All issues have been moved to Github: http://github.com/robhudson/django-debug-toolbar/issues

7.78K lines of code

18 current contributors

8 days since last commit

13 users on Open Hub

Moderate Activity
4.2
   
I Use This

The NOC Project

Compare

  Analyzed about 17 hours ago

NOC Project is an Operation Support System (OSS) for telecom companies, service providers, and enterprise Network Operation Centers (NOC). Areas covered by NOC include: * service activation/provisioning * multi-VRF address space management (IPAM) * multi-vendor configuration management * fault ... [More] management * performance management * VC management * DNS provisioning * knowledge base * peering management * RPSL and BGP filter generation * Reporting. NOC is open source and released under the terms of BSD LICENSE [Less]

410K lines of code

28 current contributors

2 days since last commit

13 users on Open Hub

High Activity
5.0
 
I Use This

Django Diário

Compare

  No analysis available

Diário (diary in portuguese) is a pluggable weblog application for Django Web Framework.

0 lines of code

0 current contributors

0 since last commit

12 users on Open Hub

Activity Not Available
3.66667
   
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

PyAMF

Compare

  Analyzed 2 days ago

PyAMF provides Action Message Format (AMF) support for Python that is compatible with the Adobe Flash Player. It includes integration with Python web frameworks like Django, Pylons, Twisted, SQLAlchemy, web2py and more. The Adobe Integrated Runtime and Adobe Flash Player use AMF to communicate ... [More] between an application and a remote server. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized into this binary format, which increases performance, allowing applications to load data up to 10 times faster than with text-based formats such as XML or SOAP. [Less]

28.5K lines of code

0 current contributors

over 8 years since last commit

11 users on Open Hub

Inactive
4.625
   
I Use This