From b3a3565e4d8a8d063179966b9d2c575160280f73 Mon Sep 17 00:00:00 2001 From: Frederic Date: Fri, 26 Apr 2019 18:00:55 +0200 Subject: [PATCH] move pure.css to subfolder --- .gitignore | 1 + README.md | 2 +- bam/templates/bam/base.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64a9162 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bam/static/bam/pure.css/ \ No newline at end of file diff --git a/README.md b/README.md index 803576d..894bbfa 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ ln -sr bam PROJECT_DIRECTORY/bam ./manage.py createsuperuser ``` - 8. Download _Pure.css_ and extract it to `bam/static/`. + 8. Download _Pure.css_ and extract it to `bam/static/pure.css/`. 9. Start the development server: diff --git a/bam/templates/bam/base.html b/bam/templates/bam/base.html index a3009c8..c4f1f8e 100644 --- a/bam/templates/bam/base.html +++ b/bam/templates/bam/base.html @@ -2,7 +2,7 @@ - +