Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: django channel implementation
Post: django channel implementation

hi,  i read the channels documentation and i do some practice using channel. This is easy to use simple chat server but in case of blog , i can not update blog when database is updated using channel. ...
x64 Web Scraping & Web Development 0 1,858 Sep-08-2017, 04:50 AM
    Thread: realtime database update in django
Post: realtime database update in django

please help me if anyone know the process how can i update my webpage realtime when update my database. We need to page refresh to see the latest database update. I want to know the process how can i ...
x64 Web Scraping & Web Development 2 4,810 Jun-09-2017, 03:15 PM
  Photo Thread: only foreign key id retrive when i pass model instance to form but i want other field
Post: only foreign key id retrive when i pass model inst...

hi, i am new in django, i have a problem with instance when pass it in form. Because my instance has 10 field including 3 foreign key field. when i pass instance to the form in views, i only see that ...
x64 Web Scraping & Web Development 0 3,657 Jun-03-2017, 05:58 AM
    Thread: chat system
Post: chat system

i can do socket chat in ubuntu terminal based but i can't implement it to django. If it is possible please help.Or if you know any other module to create web based chat application help me.Or which is...
x64 Web Scraping & Web Development 2 3,768 Jan-21-2017, 07:39 AM
    Thread: live(real time) database retrive
Post: live(real time) database retrive

hi, i am using django in ubuntu 15.10 and python 3.52. i am working on a project which is similar to shopping website. here i want to retrive database live(real time) without refresh browser. in php i...
x64 Web Scraping & Web Development 1 3,394 Dec-06-2016, 07:38 AM
    Thread: CSS not linking with CGI script
Post: RE: CSS not linking with CGI script

i use lampp server at ubuntu 15.10. the css path is : /cgi-bin/cgi/ and i write it on my code but not change anything (Nov-12-2016, 06:41 AM)x64 Wrote: i use lampp server at ubuntu 15.10. the css p...
x64 Web Scraping & Web Development 8 14,870 Nov-12-2016, 06:41 AM
    Thread: CSS not linking with CGI script
Post: RE: CSS not linking with CGI script

sorry css not working .....again.. #!/usr/bin/python3.5 import cgi html = """Content-type: text/html\r\n\r\n <html> <head> <link type="text/css" rel="stylesheet" href="/cgi-bin/cgi/...
x64 Web Scraping & Web Development 8 14,870 Nov-11-2016, 02:41 PM
    Thread: CSS not linking with CGI script
Post: CSS not linking with CGI script

hi, i am new in python cgi.I try to code cgi with python.i can not linked with css file with python script.The css file name is style.css. my code is here : #!/usr/bin/python3.5 print("Content-type...
x64 Web Scraping & Web Development 8 14,870 Nov-11-2016, 01:17 PM
    Thread: cookie operation
Post: cookie operation

i can not retrive cookie in python that i set....... this code is for set up cookie....... #!"E:\python\python.exe" from http import cookies c = cookies.SimpleCookie() c["name"] = "nnnn" c["age"] = ...
x64 Web Scraping & Web Development 1 4,343 Oct-10-2016, 02:07 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020