]> git.0d.be Git - panikweb.git/commit - panikweb/static/img/LogoPanik.jpg
move static files and locales to panikweb.base
authorFrédéric Péters <fpeters@0d.be>
Sat, 22 Jul 2023 12:48:02 +0000 (14:48 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 22 Jul 2023 12:48:02 +0000 (14:48 +0200)
commitaa59e13a2ec239fb03c168b648d044e8310ee668
treea076c56e81ff38ee8771516d24c48ba459283a46
parent7074400705e8213346caa1177fc64b43dbb890f8
move static files and locales to panikweb.base
72 files changed:
MANIFEST.in
panikweb/base/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
panikweb/base/static/css/_general.scss [new file with mode: 0644]
panikweb/base/static/css/_grid.scss [new file with mode: 0644]
panikweb/base/static/css/_reset.scss [new file with mode: 0644]
panikweb/base/static/css/_specifics.scss [new file with mode: 0644]
panikweb/base/static/css/_type.scss [new file with mode: 0644]
panikweb/base/static/css/style.scss [new file with mode: 0644]
panikweb/base/static/fonts/Montserrat-Bold.ttf [new file with mode: 0644]
panikweb/base/static/fonts/Montserrat-Regular.ttf [new file with mode: 0644]
panikweb/base/static/img/LogoPanik.jpg [new file with mode: 0644]
panikweb/base/static/img/Radio_Panik_Logo_2016-01.png [new file with mode: 0644]
panikweb/base/static/img/actu.png [new file with mode: 0644]
panikweb/base/static/img/defaultLogo.png [new file with mode: 0644]
panikweb/base/static/img/emission.png [new file with mode: 0644]
panikweb/base/static/img/episode.png [new file with mode: 0644]
panikweb/base/static/img/favicon-16.png [new file with mode: 0644]
panikweb/base/static/img/favicon-32.png [new file with mode: 0644]
panikweb/base/static/img/favicon-48.png [new file with mode: 0644]
panikweb/base/static/img/favicon.png [new file with mode: 0644]
panikweb/base/static/img/logo-2016.png [new file with mode: 0644]
panikweb/base/static/img/logo-panik-500-gray.png [new file with mode: 0644]
panikweb/base/static/img/logo-panik-500-invert-transparent.png [new file with mode: 0644]
panikweb/base/static/img/logo-panik-500-invert.png [new file with mode: 0644]
panikweb/base/static/img/logo-panik-500.png [new file with mode: 0644]
panikweb/base/static/img/logo-panik.png [new file with mode: 0644]
panikweb/base/static/img/logo.jpg [new file with mode: 0644]
panikweb/base/static/img/logoPanik.png [new file with mode: 0644]
panikweb/base/static/img/logoPanikBW.png [new file with mode: 0644]
panikweb/base/static/img/sound.png [new file with mode: 0644]
panikweb/base/static/js/audioPlayer.js [new file with mode: 0644]
panikweb/base/static/js/jquery.scrollTo-2.1.3-min.js [new file with mode: 0644]
panikweb/base/static/js/konami.js [new file with mode: 0644]
panikweb/base/static/js/specifics.js [new file with mode: 0644]
panikweb/base/static/js/strophe.min.js [new file with mode: 0644]
panikweb/base/static/js/strophe.muc.js [new file with mode: 0644]
panikweb/locale/fr/LC_MESSAGES/django.po [deleted file]
panikweb/settings.py
panikweb/static/css/_general.scss [deleted file]
panikweb/static/css/_grid.scss [deleted file]
panikweb/static/css/_reset.scss [deleted file]
panikweb/static/css/_specifics.scss [deleted file]
panikweb/static/css/_type.scss [deleted file]
panikweb/static/css/style.scss [deleted file]
panikweb/static/fonts/Montserrat-Bold.ttf [deleted file]
panikweb/static/fonts/Montserrat-Regular.ttf [deleted file]
panikweb/static/img/LogoPanik.jpg [deleted file]
panikweb/static/img/Radio_Panik_Logo_2016-01.png [deleted file]
panikweb/static/img/actu.png [deleted file]
panikweb/static/img/defaultLogo.png [deleted file]
panikweb/static/img/emission.png [deleted file]
panikweb/static/img/episode.png [deleted file]
panikweb/static/img/favicon-16.png [deleted file]
panikweb/static/img/favicon-32.png [deleted file]
panikweb/static/img/favicon-48.png [deleted file]
panikweb/static/img/favicon.png [deleted file]
panikweb/static/img/logo-2016.png [deleted file]
panikweb/static/img/logo-panik-500-gray.png [deleted file]
panikweb/static/img/logo-panik-500-invert-transparent.png [deleted file]
panikweb/static/img/logo-panik-500-invert.png [deleted file]
panikweb/static/img/logo-panik-500.png [deleted file]
panikweb/static/img/logo-panik.png [deleted file]
panikweb/static/img/logo.jpg [deleted file]
panikweb/static/img/logoPanik.png [deleted file]
panikweb/static/img/logoPanikBW.png [deleted file]
panikweb/static/img/sound.png [deleted file]
panikweb/static/js/audioPlayer.js [deleted file]
panikweb/static/js/jquery.scrollTo-2.1.3-min.js [deleted file]
panikweb/static/js/konami.js [deleted file]
panikweb/static/js/specifics.js [deleted file]
panikweb/static/js/strophe.min.js [deleted file]
panikweb/static/js/strophe.muc.js [deleted file]