Add basic SubsidyListAPIView (with csv option)
Showing
- api/urls.py 1 addition, 0 deletionsapi/urls.py
- finances/api/serializers.py 18 additions, 0 deletionsfinances/api/serializers.py
- finances/api/urls.py 18 additions, 0 deletionsfinances/api/urls.py
- finances/api/views.py 24 additions, 0 deletionsfinances/api/views.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
finances/api/serializers.py
0 → 100644
finances/api/urls.py
0 → 100644
finances/api/views.py
0 → 100644
... | ... | @@ -25,6 +25,7 @@ django-oauth-toolkit==1.3.2 # 2020-09-03 |
django-silk==2.0.0 | ||
django-webpack-loader==0.5 | ||
django-maintenancemode-2==1.1.11 | ||
djangorestframework-csv # 2020-10-13 | ||
plotly==4.6.0 # 2020-05-05 | ||
... | ... |
Please register or sign in to comment