-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add API endpoints for hardware models. #190
Comments
I can do this please assign me. I have understand the hardware but please tell elaborately what to do? |
what actually i have to do in this ? @PragatiVerma18 |
I am interested in it. Please assign it to me. I have understand the hardware app but I could noe found any existsing views to which I can map to an url. |
@Mit-Patel either use Django Rest Framework to create APIViews/Viewsets or else create a pure Django API where you have to create the views too on your own. |
@PragatiVerma18 I have experience in Django Rest Framework. |
@msk4862 you may work on this issue. Try completing the task as early as possible. |
Is your feature request related to a problem? Please describe.
Add API endpoints i.e URLs for accessing the hardware API existing in
feature/backend-django
branch.Keep in mind:
feature/backend-django
branch and not in master branchThe text was updated successfully, but these errors were encountered: