Tuesday, May 1, 2018

Designed page in Adobe Muse as html not showing on browser

I have designed a page in adobe muse and exported in html to use with Django all is perfect no errors but when run it is not showing anything on the browser.

Asifs-iMac4K:aisite asifkhan$ python3 manage.py runserver

Performing system checks...


System check identified no issues (0 silenced).


You have 14 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.

Run 'python manage.py migrate' to apply them.


May 01, 2018 - 11:10:36

Django version 2.0.4, using settings 'aisite.settings'

Starting development server at http://127.0.0.1:8000/

Quit the server with CONTROL-C.

Not Found: /

[01/May/2018 11:10:45] "GET / HTTP/1.1" 404 2028

[01/May/2018 11:10:59] "GET /airbot/ HTTP/1.1" 200 15817

[01/May/2018 11:10:59] "GET /airbot/scripts/museutils.js?crc=388970469 HTTP/1.1" 200 15817

[01/May/2018 11:11:15] "GET /airbot/ HTTP/1.1" 200 15817

[01/May/2018 11:11:15] "GET /airbot/scripts/museutils.js?crc=388970469 HTTP/1.1" 200 15817

[01/May/2018 11:11:35] "GET /airbot/scripts/museutils.js?crc=388970469 HTTP/1.1" 200 15817

[01/May/2018 11:11:35] "GET /airbot/ HTTP/1.1" 200 15817


No errors in web server. Being a new in Django very hard to figure hard out what is the problem.


--
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/e509d364-44a4-4944-a0af-f42ac09966b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment