coderedcorp / django-sass

The absolute simplest way to use Sass with Django. Pure Python, minimal dependencies, no special configuration required!
Other
72 stars 7 forks source link

File Hierarchy #4

Closed DrewSSP closed 4 years ago

DrewSSP commented 4 years ago

Why is the file hierarchy such that there needs to be a folder with the app name inside the static folder, when the static folder is already at the app level?

DrewSSP commented 4 years ago

It's to prevent name collisions. Got it.