Merge pull request #117 from bogdal/master

Make static files visible for the collectstatic
This commit is contained in:
AppleGrew 2014-07-17 14:46:20 +05:30
commit 0456982d22

View file

@ -188,4 +188,5 @@ setup(
install_requires=[
"Django>=1.3",
],
zip_safe=False,
)