Confirmed users
508
edits
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
This feature will track getting the dev server usable and working the way we except. There's still a few things here and there that are broken, so this isn't complete yet. | This feature will track getting the dev server usable and working the way we except. There's still a few things here and there that are broken, so this isn't complete yet. | ||
== DEV = True == | |||
DEV = True | |||
The dev server needs the config value DEV set to True. The locale middleware uses this to detect activated locales; if DEV is False than it only allows locales specified in a hardcoded list in the settings. If it's True than it allows any locales available on the filesystem to be served. | The dev server needs the config value DEV set to True. The locale middleware uses this to detect activated locales; if DEV is False than it only allows locales specified in a hardcoded list in the settings. If it's True than it allows any locales available on the filesystem to be served. | ||