Skip to content
Snippets Groups Projects

Specify port number explicitly

Merged Kentaro Hayashi requested to merge kenhys/debexpo:fix-port-number into live
2 unresolved threads

It should keep consistency not to fail dput.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
105 105
106 106 Simply execute::
107 107
108 python manage.py runserver
108 python manage.py runserver 0.0.0.0:8000
  • 20 20 following to your ``~/.dput.cf``::
    21 21
    22 22 [debexpo]
    23 fqdn = localhost:5000
    23 fqdn = localhost:8000
  • added 1 commit

    • 70a24e88 - Specify port number explicitly

    Compare with previous version

  • Please register or sign in to reply
    Loading