Created
April 29, 2014 19:32
-
-
Save antoviaque/3915ea8369ce979799f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| edxapp@edx:~/edx-platform$ ./manage.py cms runserver --settings=devstack 0.0.0.0:8001 | |
| Validating models... | |
| 0 errors found | |
| Django version 1.4.8, using settings 'cms.envs.devstack' | |
| Development server is running at http://0.0.0.0:8001/ | |
| Quit the server with CONTROL-C. | |
| [29/Apr/2014 14:30:43] "GET / HTTP/1.1" 200 21534 | |
| [29/Apr/2014 14:30:43] "GET /i18n.js HTTP/1.1" 200 2158 | |
| [29/Apr/2014 14:30:45] "GET /signup HTTP/1.1" 200 19353 | |
| [29/Apr/2014 14:30:46] "GET /i18n.js HTTP/1.1" 200 2158 | |
| 2014-04-29 14:31:01,605 INFO 2628 [requests.packages.urllib3.connectionpool] connectionpool.py:202 - Starting new HTTP connection (1): localhost | |
| 2014-04-29 14:31:01,856 INFO 2628 [lms.lib.comment_client.utils] utils.py:49 - comment_client_request_log: request_id=3b825df1-b9cc-4c29-9b1e-43035fd769bd, method=put, url=http://localhost:4567/api/v1/users/2, duration=0.253656864166 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment