Add redirects.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 30 Apr 2020 08:24:49 +0000 (10:24 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000 (14:15 +0200)
commit47f52a37e100ff30ce8fe2c62835ae0b596b909b
tree65ac4e730b0052a7cc345b3d7a0b1cd6c52867f6
parent4bffd2cec099a05edc28f997a72451525a58b844
Add redirects.
src/redirects/__init__.py [new file with mode: 0644]
src/redirects/admin.py [new file with mode: 0644]
src/redirects/apps.py [new file with mode: 0644]
src/redirects/migrations/0001_initial.py [new file with mode: 0644]
src/redirects/migrations/__init__.py [new file with mode: 0644]
src/redirects/models.py [new file with mode: 0644]
src/redirects/tests.py [new file with mode: 0644]
src/redirects/urls.py [new file with mode: 0644]
src/redirects/views.py [new file with mode: 0644]
src/wolnelektury/settings/apps.py
src/wolnelektury/urls.py