21 Jul
2017
21 Jul
'17
9:21 p.m.
On 07/21/2017 02:05 PM, Rafael Mora wrote:
(env2) [mailman@localhost mailman-suite_project]$ python2 manage.py runserver Performing system checks...
System check identified no issues (0 silenced). July 21, 2017 - 20:50:29 Django version 1.11.3, using settings 'settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.
And did you try to go to http://127.0.0.1:8000/ or http://localhost:8000/ from a browser on that machine? If you're truing to access it from another machine, you need to do something like
python2 manage.py runserver 192.168.1.42:8000
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan