A test repository for implementing BE with Django

See dev branch for current version of the code.

  • api
    • main API for additional DarsApp APIs, see models, views, serializers, and urls.
  • conda_env/
    • list of conda packages to install
  • database_data/
    • exported DB data (in json format)
  • locale/
    • for translation of messages in other languages
  • postman/
    • postman files (by date) and also environment variable
  • test_darsapp/
    • starting API, see settings.py

to set env variables while development and runserver:

  1. source ./set_variables_and_runserver.sh