Add REST API in separate app
Showing
- uhepp_org/requirements.txt 2 additions, 0 deletionsuhepp_org/requirements.txt
- uhepp_org/uhepp_api/__init__.py 0 additions, 0 deletionsuhepp_org/uhepp_api/__init__.py
- uhepp_org/uhepp_api/apps.py 5 additions, 0 deletionsuhepp_org/uhepp_api/apps.py
- uhepp_org/uhepp_api/serializers.py 16 additions, 0 deletionsuhepp_org/uhepp_api/serializers.py
- uhepp_org/uhepp_api/urls.py 12 additions, 0 deletionsuhepp_org/uhepp_api/urls.py
- uhepp_org/uhepp_api/views.py 33 additions, 0 deletionsuhepp_org/uhepp_api/views.py
- uhepp_org/uhepp_org/settings.py 2 additions, 0 deletionsuhepp_org/uhepp_org/settings.py
- uhepp_org/uhepp_org/urls.py 1 addition, 0 deletionsuhepp_org/uhepp_org/urls.py
- uhepp_org/uhepp_vault/admin.py 2 additions, 2 deletionsuhepp_org/uhepp_vault/admin.py
- uhepp_org/uhepp_vault/migrations/0002_auto_20201114_1222.py 17 additions, 0 deletionsuhepp_org/uhepp_vault/migrations/0002_auto_20201114_1222.py
- uhepp_org/uhepp_vault/models.py 1 addition, 1 deletionuhepp_org/uhepp_vault/models.py
- uhepp_org/uhepp_vault/templates/uhepp_vault/plot.html 1 addition, 1 deletionuhepp_org/uhepp_vault/templates/uhepp_vault/plot.html
- uhepp_org/uhepp_vault/templates/uhepp_vault/plots.html 2 additions, 2 deletionsuhepp_org/uhepp_vault/templates/uhepp_vault/plots.html
- uhepp_org/uhepp_vault/urls.py 1 addition, 1 deletionuhepp_org/uhepp_vault/urls.py
- uhepp_org/uhepp_vault/views.py 8 additions, 9 deletionsuhepp_org/uhepp_vault/views.py
uhepp_org/requirements.txt
0 → 100644
uhepp_org/uhepp_api/__init__.py
0 → 100644
uhepp_org/uhepp_api/apps.py
0 → 100644
uhepp_org/uhepp_api/serializers.py
0 → 100644
uhepp_org/uhepp_api/urls.py
0 → 100644
uhepp_org/uhepp_api/views.py
0 → 100644
Please register or sign in to comment