datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
84 stars 12 forks source link

No need to ignore compressed files in new Django app template #145

Closed hancush closed 3 years ago

hancush commented 3 years ago

Description

Django Compressor puts compressed files in the static root, which is configured to be /static and will be created inside the container. We have the Django project static directory in the .gitignore.

https://github.com/datamade/how-to/blob/88f232e000e7670ca0ba26586f37e78f7b39d79c/docker/templates/new-django-app/%7B%7Bcookiecutter.app_name%7D%7D/.gitignore#L108

We can remove this line.