Doc for scss

This commit is contained in:
2017-05-10 10:58:51 +02:00
parent 200af57971
commit e59d769dac
4 changed files with 15 additions and 2 deletions

View File

@ -30,6 +30,9 @@ from django.conf import settings
class Command(BaseCommand):
"""
Compiles scss in static folder for production
"""
help = "Compile scss files from static folder"
def compile(self, filename):