One more question:

Is it possible to add "mysite" to some external server and be able to
access it as a superuser for me or as normal users for others?

How and where i could put "mysite"?


On Jan 6, 11:31 pm, Kenny Meyer <knny.m...@gmail.com> wrote:
> > How other can access pages i generated with django?
>
> You mean how others can access pages which Django generated *for you*.
> If you're connected with computers in a home network they can see your
> work with a webbrowser, knowing the IP address of the Pc which is
> serving the Django "pages". Usually this is <IP-of-your-server>:8000 if
> you're using Django's development server.
> If you want to deploy it on a web server, read 
> this:http://docs.djangoproject.com/en/dev/howto/deployment/> How others could 
> be able to fill forms and get data from my hard disk
> > through generated html interface?
>
> Through a webbrowser.> I would like to connect to generated html pages 
> through internet [..]
>
> Redirect traffic from your router which is incoming on port 80 to your
> local machine to any port on which your webserver is running. Now that's
> a very brief how-to. Google is your friend.
>
>  signature.asc
> < 1KViewDownload
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to