Commit Graph

5 Commits

Author SHA1 Message Date
Benjamin Dauvergne 8eea700e99 tox.ini: remove constraint on pylint version (#84019)
gitea/authentic/pipeline/head This commit looks good Details
authentic2.apps module had to be renamed in authntic2.app and le
AppConfig class referenced explicitely in settings.py to prevent
collision with the authentic2.apps package (it only bothers pylint,
python3 is happy to load Django applications from authentic2.apps in the
previous situation).
2023-12-18 08:09:16 +01:00
Benjamin Dauvergne 64e67aaea6 misc: rename authentic2-ctl to manage.py (#70162) 2022-10-17 16:51:20 +02:00
Benjamin Dauvergne 21e0a34fd1 check-migrations: use mktemp instead of tempfile 2020-08-19 12:51:14 +02:00
Benjamin Dauvergne d1b30f213c check-migrations: use bash instead of dash 2020-08-13 15:43:09 +02:00
Benjamin Dauvergne 986a0b3ba8 tox.ini: add a check-migrations.sh script to check migrations on each run (#42504) 2020-05-05 17:08:43 +02:00