Skip to content

Commit 27a5575

Browse files
authored
Merge pull request #22 from farooq13/base
add whitenoise
2 parents 7fd48ba + 3367475 commit 27a5575

File tree

487 files changed

+87682
-1877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

487 files changed

+87682
-1877
lines changed

base/__pycache__/urls.cpython-312.pyc

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

base/templates/base/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta charset="UTF-8">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<script src="https://kit.fontawesome.com/a13e3d893a.js" crossorigin="anonymous"></script>
10+
<link rel="stylesheet" href="{% if debug %}{% static 'css/style.css' %} {% else %} {% static 'css/style.min.css' %} {% endif %}">
1011

1112
{% tailwind_css %}
1213
<title>Document</title>

db.sqlite3

8 KB
Binary file not shown.

node/node_modules/.bin/cleancss

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/node_modules/.bin/cleancss.cmd

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/node_modules/.bin/cleancss.ps1

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/node_modules/.package-lock.json

+307
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/node_modules/anymatch/LICENSE

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)