MkDocs

MkDocs 0.14.0 updated

MkDocs uses the same principles as any other static site generator around.It requires the developer to edit a configuration file (MKDocs uses YAML for this), create page templates (via Jinja2), and add his content in a special folder (as Markdown...

djangorestframework is a Django app that aims to make it easy to build well-connected, self-describing RESTful Web APIs.Full documentation for Django REST Framework is available here: http://django-rest-framework.org/Browse example APIs created with...

read more

django-auto-api is an incredibly simple app that gives you a fully hyperlinked read-only API for all installed models in html, json, yaml, xml and csv. It only requires one line of code to be added to your project.It is intended to demonstrate how...

read more

django-email-as-username is a Django app that allows you to treat users as having only email addresses, instead of usernames.- Provides an email auth backend and helper functions for creating users.- Patches the Django admin to handle email based user...

read more

django-serializers is a Django app that provides flexible serialization of objects, models and querysets.It is intended to be a potential replacement for the current, inflexible serialization. It should be able to support the current dumpdata format,...

read more
django-pdb

django-pdb 0.3.2

Make debugging Django easierdjango-pdb is a Django app for adding pdb.set_trace() to your source files every time you want to break into pdb sucks.Don't do that.Do this.InstallationInstall using pip:pip install django-pdbAdd to your django...

read more

django-breadcrumb-trail is a Django app that provides a simple breadcrumb trails.django-breadcrumb-trail is an open source project distributed under the...

read more