Home > django-la-profiles

django-la-profiles

Django-la-profiles is a project mainly written in Python, based on the BSD-3-Clause license.

A tested, documented Profiles application which is a simple fork of James Bennett's popular django-profiles app.

================== django-la-profiles

This is a fork of James Bennett's django-profiles app, with the additions of a test project, tests, and sphinxified documentation.

This is a fairly simple user-profile management application for Django, designed to make the management of site-specific user profiles as painless as possible. It requires a functional installation of Django 1.3 or newer and provides a useful complement to django-registration, but has no other dependencies.

For installation instructions, see the file "INSTALL.txt" in this directory; for instructions on how to use this application, and on what it provides, see the file "overview.txt" in the "docs/" directory.

.. _Django: http://www.djangoproject.com/ .. _django-registration: http://www.bitbucket.org/ubernostrum/django-registration/wiki/

Previous:sample_app