greenelab / connectivity-search-backend

Django backend for hetnet connectivity search
https://search-api.het.io
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Fix static files path #28

Closed dongbohu closed 5 years ago

dongbohu commented 5 years ago

This PR defines the directory for static files (which will be used by manage.py collectstatic management command to collect all static files in INSTALLED_APPS). But there is no need to keep track of these static files in the repo.

dongbohu commented 5 years ago

I realized that the location of static is only related to deployment, so it will be better to exclude it in the repo.