Skip to content
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

Added REST api for announcement app #63

Closed
wants to merge 3 commits into from
Closed

Added REST api for announcement app #63

wants to merge 3 commits into from

Conversation

yashLadha
Copy link
Member

Closes #50

@yashLadha yashLadha requested a review from singhpratyush June 9, 2017 10:54
@iiitv iiitv deleted a comment Jun 9, 2017
@iiitv iiitv deleted a comment Jun 9, 2017
@iiitv iiitv deleted a comment Jun 9, 2017
Copy link
Member

@RajuKoushik RajuKoushik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems alright !

@yashLadha
Copy link
Member Author

@RajuKoushik Added Serializable class for taggit . Review it again Sir.

@iiitv iiitv deleted a comment Jun 9, 2017
@iiitv iiitv deleted a comment Jun 9, 2017
@iiitv iiitv deleted a comment Jun 9, 2017
@iiitv iiitv deleted a comment Jun 9, 2017
@singhpratyush
Copy link
Member

@yashLadha: Please deploy this branch on cloud and share link.

@yashLadha
Copy link
Member Author

Sir, @singhpratyush Is AWS free for students?

@singhpratyush
Copy link
Member

It has a free tier for first year.

@yashLadha
Copy link
Member Author

Sir, should i deploy it to heroku or any other because for heroku i need to change settings for it and may be it won't consistent with the current system.

@singhpratyush
Copy link
Member

singhpratyush commented Jun 11, 2017

I recommend using AWS. You can simply run python manage.py runserver and access the deployment on global IP. Good for temporary deployments.

@yashLadha
Copy link
Member Author

Sir, currently i do not own my self a card. IS there a free alternative of it.

@yashLadha
Copy link
Member Author

@singhpratyush I can share the images of testing the api with postman.

)

urlpatterns = [
url(r'^$', AnnouncementListView.as_view(), name='all-announcement'),
Copy link
Member

@Monal5031 Monal5031 Jun 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yashLadha sir name='all-announcement' can we use some different name here as the name name='all_announcement' is already used in announcement app's urls and it might get confusing later.

Copy link
Member Author

@yashLadha yashLadha Jun 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be more relevant if it would be api_all_announcement. View @Monal5031 . Now it is more connected to only the api.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah its good 😄

@iiitv iiitv deleted a comment Jun 25, 2017
@iiitv iiitv deleted a comment Jun 25, 2017
Copy link
Member

@Monal5031 Monal5031 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be good if we could see the working of this REST api. Bugs can be found that way. Views @yashLadha ?

@yashLadha
Copy link
Member Author

yashLadha commented Jun 25, 2017 via email

Copy link
Member

@Monal5031 Monal5031 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested it locally everything is looking good 👍

@iiitv iiitv deleted a comment Jun 28, 2017
@Monal5031
Copy link
Member

@yashLadha sir please update this PR, so we can merge it 😄

@yashLadha
Copy link
Member Author

May be we should wait for other's to also add their review??

@iiitv iiitv deleted a comment Jul 18, 2017
@iiitv iiitv deleted a comment Jul 18, 2017
@Monal5031
Copy link
Member

Monal5031 commented Jul 18, 2017

Yeah 👍
@singhpratyush @RajuKoushik @Prakash2403 @mohitkyadav @aashutoshrathi Please review.

Copy link
Member

@mohitkyadav mohitkyadav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@yashLadha
Copy link
Member Author

Not relevant

@yashLadha yashLadha closed this Jun 27, 2019
@yashLadha yashLadha deleted the api_announcement branch June 27, 2019 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REST Api for announcement app
7 participants