khaganat-web/pwdb
Rodolphe Breard 591c151e85 Use Django's force_bytes() instead of bytes()
Unlike bytes() which accepts only a string, force_bytes() accept all
sort of input type. This is required since SECRET_KEY may be either a
string or bytes.
2019-07-27 19:25:25 +02:00
..
locale Add a simple pawword sharing module 2019-07-27 17:17:21 +02:00
management Add an admin command that re-encrypts passwords after a key rollover 2019-07-27 18:29:18 +02:00
migrations Add a simple pawword sharing module 2019-07-27 17:17:21 +02:00
templates/pwdb Display description line breaks 2019-07-27 18:01:39 +02:00
__init__.py Add a simple pawword sharing module 2019-07-27 17:17:21 +02:00
admin.py Add a simple pawword sharing module 2019-07-27 17:17:21 +02:00
apps.py Add a simple pawword sharing module 2019-07-27 17:17:21 +02:00
forms.py Add a simple pawword sharing module 2019-07-27 17:17:21 +02:00
models.py Use Django's force_bytes() instead of bytes() 2019-07-27 19:25:25 +02:00
tests.py Add a simple pawword sharing module 2019-07-27 17:17:21 +02:00
urls.py Add a simple pawword sharing module 2019-07-27 17:17:21 +02:00
views.py Use the main login page instead of the admin one 2019-07-27 17:35:49 +02:00