pinax / pinax-teams

an app for Django sites that supports open, by invitation, and by application teams
MIT License
48 stars 36 forks source link

pinax_teams:dashboard #65

Closed xmnlab closed 5 years ago

xmnlab commented 5 years ago

hi everyone!

We are trying to use the pinax-teams project. It is very interesting.

Now we have a problem related to pinax_teams:dashboard -> https://github.com/pinax/pinax-teams/blob/master/pinax/teams/views.py#L162

where it is defined?

cc @utabe

KatherineMichel commented 5 years ago

@xmnlab Hello, are you using the pinax team wiki starter project or pinax-team just as an app? Within the starter project, there is a dashboard template. I think within that particular view, the dashboard template can be rendered via the team_leave url that I've linked to. https://github.com/pinax/pinax-teams/blob/master/pinax/teams/urls.py#L16 https://github.com/pinax/pinax-starter-projects/tree/team-wiki/project_name/templates

xmnlab commented 5 years ago

thanks @KatherineMichel !

we are using the pinax-team just as an app but we copied the template files from pinax-team-wiki-project.

we will investigate the references you sent. thank you so much!

KatherineMichel commented 5 years ago

Great. Let me know if you need more assistance. I will try to help. There is also a pinax-templates package that is installed into starter-projects. However, many of the admin templates are within the projects themselves.

KatherineMichel commented 5 years ago

Closing issues because appears to be resolved.