Skip to content
Snippets Groups Projects
Commit 27c34be9 authored by Deaktivert bruker's avatar Deaktivert bruker
Browse files

build: check in empty directory gregsite/static

The Django configuration expects a static directory to be present
on the file system, otherwise the tests will output a warning.  This
adds an empty directory using the clever git trick of ignoring
everything within the directory except the .gitignore file itself.

This silences a warning during the test run.

Fixes: GREG-14
parent 9067de08
No related branches found
No related tags found
1 merge request!11greg.tests: migrate to pytest test runner
......@@ -14,4 +14,3 @@ venv/
gregsite/db.sqlite3
gregsite/settings/local.py
gregsite/static/
*
!.gitignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment