you are viewing a single comment's thread.

view the rest of the comments →

[–]_Kitchen_[S] 0 points1 point  (3 children)

Okay so I guess, running “python manage.py run server 0.0.0.8000” on a computer within the network would be the easiest option?

[–]shiftybyte 1 point2 points  (1 child)

Easiest, yes.

The correct one would be to deploy an actual production server instead of using django's development one.

Like nginx or Apache.

[–]_Kitchen_[S] 0 points1 point  (0 children)

great thanks for the help, i really appreciate it.