erdc / tethysapp-quest

Web Interface for the Quest Python API
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Install quest::

conda install -c conda-forge -c erdc quest

Install the following pip packages::

pip install django-datetime-widget django-select2 django-taggit

Add the following to the INSTALLED_APPS list in the settings.py file::

'datetimewidget',
'django_select2',
'taggit',