Add a Stylus stylesheet for the layout, which is automatically compiled by Django Compressor

This commit is contained in:
Danielle McLean 2017-10-23 10:29:12 +11:00
parent 58d446f711
commit fe75a57550
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
10 changed files with 258 additions and 5 deletions

View file

@ -8,6 +8,7 @@ name = "pypi"
[packages]
django = "*"
django-compressor = "*"
[dev-packages]