Le site de l'AFPy.
Go to file
2022-11-17 11:45:26 +01:00
afpy Google Fonts n'est pas compatible RGPD. 2022-11-17 11:24:49 +01:00
.env.template Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00
.flake8 Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00
.gitignore Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00
.pre-commit-config.yaml Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00
LICENSE Initial commit 2017-09-21 14:47:07 +02:00
Makefile We're no longer using github workflow. 2022-11-17 11:45:26 +01:00
pyproject.toml Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00
README.md We're no longer using github workflow. 2022-11-17 11:45:26 +01:00
requirements-dev.txt Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00
requirements.txt Draft CGU. 2022-10-18 18:45:39 +02:00
run.py Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00
tests.py Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00
xml2sql.py Backend Architecture redo (#58) 2021-07-02 09:21:36 +02:00

AFPy.org

Site Web de l'AFPy.

Tester localement

Commencez par un make install

Ensuite, mv .env.template .env en remplacant les valeurs nécéssaires.

Créez le répertoire des images: images à la racine du projet (ou ailleurs, configuré via IMAGES_PATH dans le .env).

Puis un make serve suffit pour tester localement sans article.

Si vous voulez des articles, lancez un tar xjf posts.tar.bz2 d'abord, puis un python xml2sql.py ce qui remplira la DB

/!\ the default admin user is `admin:password

Tester

make test

Publier

make publish