Skip to content

akshar-raaj/static-files-in-django

Repository files navigation

static-files-in-django

Build Status

Project used in blog entry which I wrote at Agiliq blog.

###Running test

python manage.py test some_app other_app --settings=test_project.test_settings

###Running test with coverage.py

coverage run --source="." manage.py test some_app other_app --settings=test_project.test_settings

#####Generate html report for test

coverage html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published