passerelle/passerelle/contrib/fake_family
Valentin Deniaud 8c88ec414d misc: bump djhtml version (#75442) 2023-03-29 14:51:08 +02:00
..
migrations misc: bump black version (#75442) 2023-03-29 14:51:08 +02:00
templates/passerelle/contrib/fake_family misc: bump djhtml version (#75442) 2023-03-29 14:51:08 +02:00
README remove unnecessary references to ..._ENABLED settings (#20994) 2018-01-04 14:22:44 +01:00
__init__.py general: make connectors work without appconfigs (#11201) 2016-06-09 14:44:42 +02:00
default_database.py misc: bump black version (#75442) 2023-03-29 14:51:08 +02:00
models.py misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 14:50:27 +02:00
randomnames.py misc: apply pyupgrade (#61865) 2022-09-29 16:22:29 +02:00
urls.py django4: replaced urls.url with url.re_path equivalent (#68576) 2022-08-31 11:00:37 +02:00
views.py misc: fix no-else-break pylint error (#62099) 2022-03-25 09:03:40 +01:00

README

How to use
----------

Add to your settings.py:

# local_settings.py:
INSTALLED_APPS += ('passerelle.contrib.fake_family',)