Ports 搜索

共有8,048项符合/www/的查询结果,以下是第1,7411,750项(搜索用时0.004秒)
www/django-ldapdb-0.3.2 (Score: 0.056974534)
Support for django models over LDAP
django-ldapdb is an LDAP database backend for Django. It allows you to manipulate LDAP entries using Django's models. Declaring models using the LDAP backend is very staightforward, you simply inherit from ldapdb.models.Model and declare the fields in the same way as for regular models. You can even edit the LDAP entries using Django's admin interface.
www/django-livesettings-1.4.16 (Score: 0.056974534)
Configure Django project settings via admin interface
Django-Livesettings is a project split from the 'Satchmo Project'. It provides the ability to configure settings via an admin interface, rather than by editing "settings.py".
www/django-markdownx-1.6 (Score: 0.056974534)
Django Markdown editor with image uploads and live preview
Django Markdownx is a Markdown editor built for Django. It enables raw editing, live preview and image uploads (stored locally in MEDIA folder) with drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page.
www/django-markwhat-1.4 (Score: 0.056974534)
Template filters that implement common markup languages
A collection of template filters that implement common markup languages. provides template filters that implement the following markup languages: * ``textile`` -- implements `Textile`_ -- requires `PyTextile`_ * ``markdown`` -- implements `Markdown`_ -- requires `Python-markdown`_ * ``commonmark`` -- implements `CommonMark`_ -- requires `CommonMark-py`_ * ``reStructuredText`` -- implements `reST (reStructuredText)`_ -- requires `docutils`_ In each case, the filter expects formatted markup as a string and returns a string representing the marked-up text. For example, the ``textile`` filter converts text that is marked-up in Textile format to HTML.
www/django-mezzanine-3.1.10 (Score: 0.056974534)
Content management platform built using the Django framework
Mezzanine is a content management platform built using the Django framework. It resembles tools like Wordpress, with an intuitive interface for managing pages, blog posts, form data, store products, or any other type of content you can imagine.
www/django-openid-auth-0.4 (Score: 0.056974534)
OpenID integration for django.contrib.auth
A library that can be used to add OpenID support to Django applications. The library integrates with Django's builtin authentication system, so most applications require minimal changes to support OpenID login. The library also includes the following features: * Basic user details are transfered from the OpenID server via the Simple Registration extension. * It can be configured to use a fixed OpenID server URL, for use in single sign on deployments. * It supports the Launchpad teams extension to request team membership information.
www/django-datetime-widget-0.9.3 (Score: 0.056974534)
Simple and clean widget for DateTimeField
Django-datetime-widget is a simple and clean widget for DateTimeField. It's based on bootstrap-datepicker by Stefan Petre.
www/django-otp-0.3.5 (Score: 0.056974534)
Adding two-factor authentication to Django
This project makes it easy to add support for one-time passwords (OTPs) to Django. It can be integrated at various levels, depending on how much customization is required. It integrates with django.contrib.auth, although it is not a Django authentication backend. The primary target is developers wishing to incorporate OTPs into their Django projects as a form of two-factor authentication. This project includes several simple OTP plugins and more are available separately. This package also includes an implementation of OATH HOTP and TOTP for convenience, as these are standard OTP algorithms used by multiple plugins.
www/dpaste-2.10 (Score: 0.056974534)
Django based pastebin
dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app. You can find a live example on dpaste.de
www/paging-0.2.5 (Score: 0.056974534)
Paging module for Django
A simple and efficient paginator for django.