coderedcorp / coderedcorp/coderedcms
Apostrophe in sitename leads to failure
Open
Type: Bug
- Dominant language
- Python
- Stars
- 765
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
#### Describe the bug
When creating a new site, if there's an apostrophe added in the --sitename argument, when you go to migrate it fails.
#### Steps to reproduce
Steps to reproduce the behavior:
1. Follow setup instructions (I'm using Debian OS)
2. When you get to the `coderedcms start mysite --sitename` part, add an apostrophe in the site name such as: `--sitename "John's Bakery"`
3. Go to migrate using manage.py
4. See error
#### Expected behavior
Either a warning to say you can't use `'` or escape the character / sanitize the input.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.