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.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/559ae505-9cb0-45d4-883e-dba00472ea3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment