-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
Type: BugSomething isn't workingSomething isn't working
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:
- Follow setup instructions (I'm using Debian OS)
- When you get to the
coderedcms start mysite --sitename
part, add an apostrophe in the site name such as:--sitename "John's Bakery"
- Go to migrate using manage.py
- See error
Expected behavior
Either a warning to say you can't use '
or escape the character / sanitize the input.
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't workingSomething isn't working