Alex
import it is if you take a dump from that server to ur local
Anonymous
No.
Ohk
Anonymous
I need export
Alex
Yes
well, you just have to make a dump file by your DB's builtin tools
Anonymous
Not import . what is best way to do this.
Alex
Not import . what is best way to do this.
google <your_db_servername> make dump
Anonymous
I will try it
Jb
[WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Jb
how to msolve this error
Anonymous
My code works but the VS show me that there is an error
Xavier
My code works but the VS show me that there is an error
then IGNORE it or get pylint-django extension
Alex
JP define "official".
JP
JP define "official".
I mean is it created by DSF?
DY
smartchoice.uz
Alex
I mean is it created by DSF?
No. As far as I know.
Anonymous
hey please help me
Anonymous
i want to inherit html from base.html and want to include in some specific page not in all where i extend my base.html
JP
No. As far as I know.
Thanks for the information.
DY
Please check my first website in django, please smartchoice.uz
Alex
I think for better user experiance you should add multi language support
Alex
Ok, thanks
https://docs.djangoproject.com/en/dev/internals/contributing/localizing/
Alex
not bad
Alex
my advice for this path, /compare_mode, you should better add url parameters. So users could share comparasions
Wang
Please check my first website in django, please smartchoice.uz
I can't open the website even only loading page
Alex
DY as far as I know, most of the modern frontend devs would shame you for using jquery instead of vanila js
Alex
and your main_js is messy
Alex
oh, and not only it
Alex
but it's good start anyway
Holla
Front end is hard to me... logic of django is fun and good to learn alex would you suggest any place to learn fron end or how to use django with html templates
Compro
Frontend is hard because of so many new standards coming out frequently. The standards themselves are made to make things easier. But people are not yet used to so many new standards. While on the other hand django has been pretty stable since it was released. The biggest change was python2 to python3.
Anonymous
Working on a project and I need to create a side navbar. No sample code on Boostrap. SUGGEST ANY RESOURCES OR LINK.
Compro
Working on a project and I need to create a side navbar. No sample code on Boostrap. SUGGEST ANY RESOURCES OR LINK.
Helping with this would be hard as there are so many ways to do it and the code wont be straight forward. Maybe ask in some Bootstrap group.
Holla
And even if you try it the process of creating a responsive app will be hard and brainfucking
Xavier
just an positive integer feild will do
Lelouch
🤘🏻
Xavier
:)
Rajvir
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python35\lib\site-packages\aioredis\connection.py", line 349, in execute fut = get_event_loop().create_future() AttributeError: '_WindowsSelectorEventLoop' object has no attribute 'create_future' learning channels and this error occured
محمد دلشاد
7000 Member Family
Mayank
Ghorz
For Backend, my favourite is Django but at my work place, I work with Frappe framework and Frappe JS frontend . The take is have two options.
Ghorz
suggest me some projects to work on
Build a search engine. Like Google but with limited results Limit your results to 50
Mayank
I have 30lac of rows in table. How can I fast the filter query. Currently it takes around 3 seconds to get the results
Ghorz
Raw sql
محمد دلشاد
Mayank
Use model.objects.raw()
Noted will try definately
Ghorz
iiiiiiπoW
Hi.. how can i generate token using client id and client secret. Without username and password..
Ghorz
Noted will try definately
Blog.objects.raw(f""" SELECT title, color FROM TABLENAME WHERE x=y;""")
Mr
How to create django web application exe
Ghorz
How to create django web application exe
Exe windows???. That's on local host. It's feasible but not good for modern apps. So many overhead
Mr
I create a billng software in django
Mr
My client want a exe
Ghorz
Thanks for the suggestion
This is fast but for super speed, do direct connection to the database and make your query direct.
Ghorz
My client want a exe
If its billing. Just set it up on local host
Ghorz
My client want a exe
Besides besure the billing app on heavy on REST.
Mr
If its billing. Just set it up on local host
I handle multiple company data
Ghorz
No i have server
Okay write a consumer using Python GUI like tkinter, use API to connect