python - Django server url alias -


how can set alias in django server, example :

http://10.179.146.45:8080/en/  

to

http://my_name/en/  

i run server without apache , without mod_wsgi.

you can specify host name , port django development server.

$ manage.py runserver my_name:8080 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -