Sidebar Network

django-profile Generic user profile control panel developed for Django.

The Basics

This is a plug-and-play user profile zone which can be used and customized easily in your social application web platform developed in django.

It’s developed with Django for the backend framework and uses jQuery as the javascript library for the client UI. It avoids big amounts of development time process in such a generic thing as the User Profile and account utilities.

Project Homehttp://code.google.com/p/django-profile/
Grab the Repository – svn checkout http://django-profile.googlecode.com/svn/trunk/
 

Recent Commits

  • 372 was committed 9 hours, 28 minutes ago.
    Some bugs on the redirection urls. Thanks to ericdrex.
  • 371 was committed 9 hours, 34 minutes ago.
    Two bugs found on the I18N_URLS. Thanks to neoprolog for reporting.
  • 370 was committed 4 days, 2 hours ago.
    Solved a template bug
  • 369 was committed 4 days, 2 hours ago.
    Removed “site” from the personal data form
  • 368 was committed 4 days, 7 hours ago.
    Solved a small bug on the location.html template.
  • 367 was committed 4 days, 19 hours ago.
    Updated the Ip auto-discover installation documentation.
  • 366 was committed 4 days, 22 hours ago.
    Some localization text issues solved.
  • 365 was committed 4 days, 23 hours ago.
    Registration form as a template tag, so it can be reused easily. Thanks to ericdrex. http://code.google.com/p/django-profile/issues/detail?id=39
  • 364 was committed 4 days, 23 hours ago.
    Moved the avatar dir to the MEDIA_ROOT, not on the MEDIAROOT/userprofile dir. It’s a much better option. http://code.google.com/p/django-profile/issues/detail?id=40
  • 363 was committed 5 days ago.
    Some localization issues, and more info with google picasa installation