Add Impressum and QR code management templates
- Created a new Impressum page with legal information and contact details. - Developed admin link page for linking QR codes to events with form functionality. - Implemented QR code dashboard for managing QR code sets, including creation and quick actions. - Added detailed view for QR code sets, allowing addition of QR codes and management actions. - Introduced static file serving for favicon and related images. - Established views for static content pages (about, contact, privacy, terms). - Implemented translation management scripts for compiling and updating translations.
This commit is contained in:
+5
-1
@@ -28,4 +28,8 @@ pydantic>=2.3.0
|
||||
qrcode>=7.4.2
|
||||
|
||||
# Image processing library for QR code generation
|
||||
Pillow>=9.0.0
|
||||
Pillow>=9.0.0
|
||||
|
||||
# PDF generation for QR code sheets
|
||||
reportlab>=3.6.12
|
||||
babel>=2.12.1
|
||||
|
||||
Reference in New Issue
Block a user