django-profile icon indicating copy to clipboard operation
django-profile copied to clipboard

Generic User Profile Control Panel developed for django (forked from: http://code.google.com/p/django-profile)

Results 2 django-profile issues
Sort by recently updated
recently updated
newest added

I added a {% csrf_token %} inside one of the forms, I don't know if there're more than this one missing, and I also did some style changes in my...

django.1.3 pip install of this git repo ``` ./project/manage.py schemamigration --initial profiles ... ! Cannot freeze field 'profiles.userprofile.country' ! (this field has class userprofile.countries.CountryField) ! South cannot introspect some fields;...