Hello all,
I have a very strange experience with my Development server.
1. I ran python manage.py makemigrations and it was successful
2. I ran python manage.py migrate every ran successful to my postgresql db
3. I ran python manage.py runserver everything successfu with following output attched to this post.
4. When I head over to my web browser and type localhost:8000
5. The browser shows this site can't be access.
6. when I run other projects on the same computer it runs just fine but for the afore mentioned.
I am running my project on virtualenv.
7. I am using linux mint 17 django 1.11.2
My Question is, what is wrong with my code that permits migrations and the development server to run without errors but on the browser I cannot access any url of my project?
Desperately waiting for your help.