fixes #18 issue, protect shop name from invalid chars
fixes #18 (closed) issue, protect shop name from invalid chars
modified: make_post_sell/views/shop.py
Summary by CodeRabbit
-
New Features
- Added validation for shop names to ensure they contain only alphanumeric characters, spaces, dashes, or periods.
-
Bug Fixes
- Improved error messaging for file upload failures to provide more descriptive feedback.
Edited by CodeRabbit