• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

devdaydresden / devday_website / 487
99%
development: 97%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: development
Ran 02 Sep 2019 04:31PM UTC
Jobs 1
Files 74
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
487

Pull #199

travis-ci

web-flow
Allow 0.0.0.0 to Access Page in Development

The Docker container starts the Django application by binding
it on 0.0.0.0. This is required to allow accessing the application
from "outside" of the container (aka the developers computer).

The Docker container will print a message that tells the
developer that the app is available at "http://0.0.0.0:8000".

Unfortunately, this is "IP" is not a "allowed host" out-of-the-box.
Therefore, this "IP" has to be added to the "ALLOWED_HOSTS" array
in the configuration.

With this change you can click on the link that Djangos
"./manage.py runserver 0.0.0.0:8000" prints and access the page.
Pull Request #199: Allow 0.0.0.0 to Access Page in Development

688 of 696 branches covered (98.85%)

Branch coverage included in aggregate %.

3452 of 3480 relevant lines covered (99.2%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 487.1 02 Sep 2019 04:31PM UTC 0
99.14
Travis Job 487.1
Source Files on build 487
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #487
  • Pull Request #199
  • PR Base - development (#464)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc