refactor: move font, logo, style to core/static/
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
cfbc4ef61c
commit
54296ebcf7
|
@ -1,6 +1,6 @@
|
||||||
# shiftregister
|
# shiftregister
|
||||||
|
|
||||||
![kontakt logo with its left half rotated 180 degrees, resembling the left shift operator](assets/tonkakt.svg)
|
![kontakt logo with its left half rotated 180 degrees, resembling the left shift operator](shiftregister/core/static/tonkakt.svg)
|
||||||
|
|
||||||
## [CI Mirror](https://git.luj0ga.de/kontakt/shiftregister) / [Drone CI](https://ci.luj0ga.de/kontakt/shiftregister)
|
## [CI Mirror](https://git.luj0ga.de/kontakt/shiftregister) / [Drone CI](https://ci.luj0ga.de/kontakt/shiftregister)
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 903 B |
|
@ -148,10 +148,6 @@ USE_TZ = True
|
||||||
STATIC_ROOT = "/opt/shiftregister/static"
|
STATIC_ROOT = "/opt/shiftregister/static"
|
||||||
STATIC_URL = "static/"
|
STATIC_URL = "static/"
|
||||||
|
|
||||||
STATICFILES_DIRS = [
|
|
||||||
BASE_DIR / "assets",
|
|
||||||
]
|
|
||||||
|
|
||||||
# Default primary key field type
|
# Default primary key field type
|
||||||
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
|
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue