Tags : Browse Projects

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

django-tagging

Compare

  Analyzed 1 day 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

over 5 years since last commit

19 users on Open Hub

Inactive
4.0
   
I Use This

Review Board

Compare

  Analyzed 1 day ago

282K lines of code

17 current contributors

12 days since last commit

17 users on Open Hub

Moderate 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

about 1 year 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 9 hours ago

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

6.18K lines of code

9 current contributors

about 2 months since last commit

14 users on Open Hub

Low Activity
4.2
   
I Use This

django-simple-captcha

Compare

  Analyzed about 19 hours 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.85K lines of code

8 current contributors

28 days since last commit

14 users on Open Hub

Low Activity
4.75
   
I Use This

django-debug-toolbar

Compare

  Analyzed about 21 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

10.7K lines of code

18 current contributors

about 22 hours since last commit

13 users on Open Hub

Moderate Activity
4.2
   
I Use This

The NOC Project

Compare

  Analyzed about 19 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]

470K lines of code

28 current contributors

14 days since last commit

13 users on Open Hub

Very High Activity
5.0
 
I Use This

app-engine-patch

Compare

  No analysis available

With app-engine-patch a major part of Django works on App Engine without any modifications. An important feature is use of Google's native 'Model' class to interact with the 'Big Table' database, rather than the Django ORM. This has the advantage that you can use new datastore features as soon ... [More] as they get released, and code optimized for the App Engine Datastore can be reused from both Django and WebApp projects. Many optional, useful extras are provided in the companion 'ragendja' library to speed up your App Engine development. [Less]

0 lines of code

0 current contributors

0 since last commit

12 users on Open Hub

Activity Not Available
4.4
   
I Use This
Mostly written in language not available
Licenses: mit

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...