Mercurial > xmpp-account-manager
comparison build_website.py @ 59:d5cfc04b9718
Remove prosody.svg.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 24 May 2020 13:08:55 +0200 |
parents | 010b905a74d4 |
children | 6d861d881b96 |
comparison
equal
deleted
inserted
replaced
58:524a2538394e | 59:d5cfc04b9718 |
---|---|
62 | 62 |
63 settings.configure(LANGUAGE_CODE=language, LOCALE_PATHS=['locale'], TEMPLATES=[{'BACKEND': 'django.template.backends.django.DjangoTemplates'}]) | 63 settings.configure(LANGUAGE_CODE=language, LOCALE_PATHS=['locale'], TEMPLATES=[{'BACKEND': 'django.template.backends.django.DjangoTemplates'}]) |
64 | 64 |
65 django.setup() | 65 django.setup() |
66 | 66 |
67 static = ['share', 'prosody.css', 'prosody.svg', 'spinner.svg', 'ok.svg', 'error.svg'] | 67 static = ['share', 'prosody.css', 'spinner.svg', 'ok.svg', 'error.svg'] |
68 files = [ | 68 files = [ |
69 'index.xhtml', 'client.js', 'roster.js', 'avatar.js', 'client.js', 'index.xhtml', | 69 'index.xhtml', 'client.js', 'roster.js', 'avatar.js', 'client.js', 'index.xhtml', |
70 'mam.js', 'nickname.js', 'pep.js', 'roster.js', 'strophe.js', 'strophe.mam.js', | 70 'mam.js', 'nickname.js', 'pep.js', 'roster.js', 'strophe.js', 'strophe.mam.js', |
71 'strophe.rsm.js', 'util.js', 'vcard.js' | 71 'strophe.rsm.js', 'util.js', 'vcard.js' |
72 ] | 72 ] |