django-multiple-user-types-example
django-multiple-user-types-example copied to clipboard
How can I access it from another pc? it does not find the server over the network ip
To run the app you have to do: python manage.py runserver "your local IP address":8000 and this will run the app at your local IP address. then you can access this IP address on another PC on the same network. for example on the same WIFI.