Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

access django server from another machine

ALLOWED_HOSTS = ['192.168.1.50', '127.0.0.1', 'localhost']

run with your system IP Address
python manage.py runserver 192.168.1.50:8000
Comment

PREVIOUS NEXT
Code Example
Python :: convert timestamp to date python 
Python :: start django project in windows 
Python :: webscrapping with python 
Python :: how to find highest number in list without using max function python 
Python :: python get architecture 
Python :: python find difference between lists 
Python :: matplotlib vertical line 
Python :: index of a string index dataframe 
Python :: time difference between timestamps python 
Python :: how to install python libraries using pip 
Python :: midpoint 
Python :: get multiple inputs in python 
Python :: what does json.loads do 
Python :: bucketizer pyspark 
Python :: is python oop 
Python :: merge two dataframes based on column 
Python :: where is python installed on ubuntu 
Python :: import get user model django 
Python :: finding odd even python 
Python :: generate secret key python 
Python :: django q objects 
Python :: pandas split column with tuple 
Python :: list exclude list 
Python :: how to install ffmpeg python heroku 
Python :: kill and run process in windows python 
Python :: labs fill ggplot2 
Python :: python for/else 
Python :: merge multiple excel workssheets into a single dataframe 
Python :: heroku django procfile 
Python :: python check if list 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =