You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/11/07 20:37:23 UTC

[airavata-custos-portal] branch django-backend updated (e40e6ce -> 0b4048f)

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a change to branch django-backend
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git


    from e40e6ce  Integrated webpack build into django template
     add 6be3c11  fix hot module reload
     add dc49507  Node 14 is required
     add 367adf5  Load environment variables in settings.py
     add d417a68  Add Gunicorn to Nginx/Docker setup
     add cea6031  leave default ALLOWED_HOSTS empty, works well with DEBUG=True
     add b6b0a8e  Documenting how to run the django server locally
     add 0b4048f  Adding a simple Django REST API endpoint

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |     3 +-
 .nvmrc                                             |     1 +
 Dockerfile                                         |    25 +-
 README.md                                          |    16 +
 .../airavata_custos_portal/apps/api/urls.py        |     7 +
 .../airavata_custos_portal/apps/api/views.py       |     8 +
 .../airavata_custos_portal/settings.py             |    35 +-
 .../airavata_custos_portal/urls.py                 |     5 +-
 docker-compose.yml                                 |     7 +
 entrypoint.sh                                      |    26 +-
 nginx.conf                                         |    62 +-
 package-lock.json                                  | 13377 -------------------
 requirements.txt                                   |    33 +
 vue.config.js                                      |     3 +
 14 files changed, 193 insertions(+), 13415 deletions(-)
 create mode 100644 .nvmrc
 create mode 100644 airavata_custos_portal/airavata_custos_portal/apps/api/urls.py
 delete mode 100644 package-lock.json
 create mode 100644 requirements.txt