Skip to content

Commit 4d1a0b8

Browse files
committed
add CC theme images for standalone develpoment environments
1 parent e506244 commit 4d1a0b8

File tree

8 files changed

+118
-3
lines changed

8 files changed

+118
-3
lines changed

cc_legal_tools/settings/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
USE_TZ = True
269269

270270
# Static files (CSS, JavaScript, Images)
271-
# https://docs.djangoproject.com/en/1.11/howto/static-files/
271+
# https://docs.djangoproject.com/en/3.2/howto/static-files/
272272
# Absolute path to the directory static files should be collected to.
273273
# Don't put anything in this directory yourself; store your static files
274274
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
@@ -277,7 +277,7 @@
277277

278278
# URL prefix for static files.
279279
# Example: "http://media.lawrence.com/static/"
280-
STATIC_URL = "/static/"
280+
STATIC_URL = "static/"
281281

282282
# Additional locations of static files
283283
STATICFILES_DIRS = (os.path.join(DJANGO_ROOT, "static"),)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Creative Commons Theme Image Files
2+
3+
- The image files in this directory were copied from
4+
[creativecommons/creativecommons-base][ccbase].
5+
- They exist here only for development environments without WordPress.
6+
7+
[ccbase]: https://github.com/creativecommons/creativecommons-base
8+
9+
## Trademarked
10+
11+
- The icons, images, and logos contained within this directory are for use
12+
under the Creative Commons Trademark Policy (see [Policies - Creative
13+
Commons][ccpolicies]).
14+
- **The icons, images, and logos are not licensed under a Creative Commons
15+
license** (also see [Could I use a CC license to share my logo or
16+
trademark? - Frequently Asked Questions - Creative Commons][tmfaq]).
17+
18+
[ccpolicies]: https://creativecommons.org/policies
19+
[tmfaq]: https://creativecommons.org/faq/#could-i-use-a-cc-license-to-share-my-logo-or-trademark

0 commit comments

Comments
 (0)