python-dirbtuves / website

Python dirbtuvės project web site.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Reward badges for users #58

Open niekas opened 9 years ago

niekas commented 9 years ago

Create Badge model with ImageField and ManyToManyField to UserProfile. Show all user Badges in user profile page. Badge model should be registered to Django admin, because Badge instances should be created and managed through Django admin.

To create admin user, you have to set User.is_superuser and User.is_staff flags to True. You can do this in bin/django shell_plus.