healthchecks/hc/accounts
2019-02-02 00:08:00 +02:00
..
management Prepare for the removal of Profile.api_key 2019-01-17 16:02:57 +02:00
migrations Remove Member.team_id (use Member.project_id instead) 2019-01-22 10:36:41 +02:00
tests "Don't have an account? Sign Up" line in the login page. 2019-02-01 14:14:55 +02:00
__init__.py Initial commit 2015-06-11 22:12:09 +03:00
admin.py Prefetch projects in profile admin. 2019-02-01 14:33:02 +02:00
backends.py Preload Profile.current_project, saves one query per request. 2019-01-21 21:59:50 +02:00
forms.py Move project-specific settings to a new "Project Settings" page 2019-01-22 15:44:54 +02:00
middleware.py When user has no projects, don't auto-create a project. 2019-01-29 13:19:15 +02:00
models.py Show "grace" status in the "List of Projects" page. Fix the query for badges in top nav. 2019-02-02 00:08:00 +02:00
urls.py "My Projects" page. 2019-01-29 10:59:10 +02:00
views.py Show overall project status in the top navigation menu and in the "Select Project" page. cc: #183 2019-02-01 23:25:12 +02:00