-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid format string in example code #126
Comments
Which version of Python are you using? On Python 2.7.10 and Python 3.4.3 on Linux, I can't reproduce the problem.
|
Or best is if you can enclose the exact error. |
I'm using Python 2.7.10 and django 1.8 and 1.8.4 on Windows. Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on win32
|
I have same problem on windows,but on linux no problem with same code Windows: ValueError: Invalid format string |
Line 69 of example/app/conf.py reads:
This throws an error complaining of invalid format string. There doesn't appear to be %s available for strftime.
The text was updated successfully, but these errors were encountered: