-
Notifications
You must be signed in to change notification settings - Fork 5
Move models and views from old project #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
To enable Rovo Dev code reviews, link your GitHub account to your Atlassian account. This is a one-time task that takes less than a minute. Once your account is linked, resubmit the pull request to trigger a code review. |
…s-api' into feature/miniapps-models
| 'id' | ||
| ) | ||
|
|
||
| # Default sorting (new installations first) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete all unesential comments
| class AppFilterset(filters.FilterSet): | ||
| SORT_CHOICES = ( | ||
| ("newest", "Newest"), | ||
| # ("rating", "Rating"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete comment or describe what it is needed for
| from open_schools_platform.user_management.users.models import User | ||
| from django.db import models | ||
|
|
||
| # Create your models here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete comments
| @@ -0,0 +1,2 @@ | |||
|
|
|||
| # Create your tests here. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add tests
| ) | ||
|
|
||
|
|
||
| # Create your views here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
| ) | ||
|
|
||
| # STUB | ||
| # Uncomment and specify the path to the template |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
| # STUB | ||
| # Uncomment and specify the path to the template | ||
|
|
||
| # return TemplateResponse( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
describe for what
No description provided.