google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Missing code in projects/admin.py #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Missing from projects/admin.py:

from projects.models import ProjectMember

class ProjectMemberAdmin(admin.ModelAdmin):
   list_display = ('user', 'away', 'away_message', 'away_since')

admin.site.register(ProjectMember, ProjectMemberAdmin)

Original issue reported on code.google.com by ontou...@gmail.com on 29 Oct 2008 at 2:48

GoogleCodeExporter commented 9 years ago
The location he is speaking of is pinax/apps/local_apps/projects/admin.py. Patch
based off current HEAD attached with ontouser's update.

Original comment by steve.mi...@gmail.com on 9 Nov 2008 at 10:48

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 3:53

GoogleCodeExporter commented 9 years ago
Moved to cpc

Original comment by pyDanny on 31 Mar 2009 at 2:16

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 31 Mar 2009 at 2:41