....
plzz
did you watch the video?
Musarat
yup
Musarat
but its about contact form
....
but its about contact form
it is about linking html and Python code
Ubaid
Has anyone used octoparse here for web scraping?
Ubaid
Cus me n my team is trying to build a similar application for using django
Ubaid
How to dynamically select the html tags for Scraping instead of pre-defining it into my code
Dishant
!spam
shashikant
Has anyone used octoparse here for web scraping?
Beautiful soup has worked fine for web scrapping
Fady samy
Hey, guys.
Fady samy
I want to create an api that brings data randomly in class based views
Fady samy
?
I want to create an api that brings data randomly.
Fady samy
from the database
Fady samy
There will be no many items... I want to get each element separately.
Anonymous
from the database
If u want data from ur database then whats the need of api?
Random
I have old account profile, now i update profile class content in models
Random
How to add new config default values to old accounts
Random
Migration working for newly created users only
Random
But.old users dont have new filed values
Random
Can anyone help
Fady samy
If u want data from ur database then whats the need of api?
My friend I make the api for android application
∆$¶u
Should we create template folder inside the Django project or inside app?
Anonymous
Can anyone help
https://stackoverflow.com/questions/25609105/django-migrations-south-new-column-take-default-value-another-value-from-the-sa
∆$¶u
Inside app
I just seen in Google.. It told "in project directory" So it must be a choice
Anonymous
I just seen in Google.. It told "in project directory" So it must be a choice
We can categorize each template if we put inside an app Also we can overcome situation like template having same name issues
Parham
hello, I want to import a function from a python file in another python file in the other directory also I create init.py file in every subdirectory folder but I get error( No module name "module name")
Parham
what should I do?
sunita sharma
I created a model and i wanted to provide access to admin also. But when i tried to import the myModel which i created in models. Py into admin. Py.. Error comes you can import models model_name. What to do
~~~
How to design db for an online reservation system...what all table will be there...
~~~
Any source?
Anonymous
I want save to database how many times user search on my search engine
Anonymous
How can I do that
Prateek
I want save to database how many times user search on my search engine
Create a class with user foreign key and click count field
Anonymous
Should we create template folder inside the Django project or inside app?
Which ever you prefer but make sure "Apps Dir" is set to True in TEMPLATES configuration in settings.py
âshîsh
I want save to database how many times user search on my search engine
Click event on search button. & Use models with views to save it
Mohammad
hi please check my question http://stackoverflow.com/questions/66225536/the-problem-is-that-the-user-profile-change-form-is-always-valid-in-django
Vimal
Nonetype object has no attribute encode Please guys I'm stuck here very long time help me...
Driptamine
let me know how to fix, please
Xudoyberdi
Nonetype object has no attribute encode Please guys I'm stuck here very long time help me...
Your program read your dict like another type perhaps list or tuple
Xudoyberdi
How can I resolve that???
Check your view.py file and use try and except bloks for every blok which is may be bug
Bhavsar
Anyone have project create for money ?
Bhavsar
Dm.me
Ayobami
How can I resolve that???
How did you encounter the error?
Vimal
How did you encounter the error?
Actually this my colleague project, he was new to Django but I know some idea about that.. My frnd stuck here he took me to solve the problem,but I can't able to do that I don't have that much knowledge in Django...
Vimal
While running the server there is no issue.
Vimal
What I meant was, were you trying to runserver or migrate when you encountered the error?
I have some pics of the issues that way you can understand my problem and chance might you help me from out this..
Ayobami
Okay
sunita sharma
Have you written this admin.site.register in admin.py?
For this we have to import models.py module first in admin. Py. And i wrote admin. Site. Register also but it saying no module found modeule. Py
Doragonsureiyā
🚫 ‎Williams [1598166363] is already banned.
Enigma
hi. i want to count the number of a music that gets played by the users , does anybody know how should i find out that if the music is played or not?
Enigma
I think you should use session count every time user hit play button .
I know nothing about sessions , can you explain it?
Shubham
i have deployed my django app on heroku but when i put debug = false! media images are nor showing
Shubham
please help! 😕 anyone
Anonymous
I know nothing about sessions , can you explain it?
Dm me I will send you YouTube link learn from it and Implement it
Enigma
Why not u use realtime db like Google firebase
Im new in django... whats that?
âshîsh
Im new in django... whats that?
That's realtime database. Whenever a new update on your databases it will automatically update into the browser. Basically it's work on telemetry protocol, Have a look on Firebase & you will get know.
âshîsh
Parham
hello, I want to import a function from a python file in another python file in the other directory also I create init.py file in every subdirectory folder but I get error( No module name "module name") what should I do?
Abdul Aziz
Guys how do I use Postgresql for my django projects
Majid
How Is Authentication And Permissions without django rest framework?
Parham
Guys how do I use Postgresql for my django projects
👇👇 https://docs.djangoproject.com/en/3.1/ref/databases/#postgresql-notes
S
Good afternoon everyone! Maybe someone understands how to connect authorization to a site using social networks when using the social auth app django? The problem is as follows: when you click on the button for authorization by url "{% url" social: begin "" github "%}" (I connect authorization through github) when a user who is not registered on the site, that is, who is not yet in the database, logs in, everything works successfully and there is a transition to github to enter your data for authorization. After clicking on the logout button, which logs out of the account (I check it in the template using user.is_active), I try to log in a second time, but it doesn't send me to the github page, but at the same time user.is_active becomes True. How can you make sure that you are prompted for login information every time you enter the site? After all, large sites on the Internet do not work the same way as for me.
Aman
Hi, can anyone please tell me on how to use regex to validate youtube URL like: if I have assigned below URL to youtube_url variable youtube_url = "https://www.youtube.com/watch?v" and there is one more URL coming from CLI and suppose if I assigned that input URL in a variable "link". then how I can match both of these using regex?
De Lorenzo
What’s the best binding library for python xml with namespaces like below ... POST /ZAPNICKGATEWAY/ZapNickOnlineService.asmx HTTP/1.1 Host: localhost Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.airtel.com/RequestToken" <?xml version="1.0" encoding="utf-8"?> <soap:Envelopexmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <RequestToken xmlns="http://tempuri.org/"> <APIUser>stringIUser></APIUser> <APIPassword>string</APIPassword> <TransID>string</TransID> <Amount>string</Amount> <ReferenceField>string</ReferenceField> <Msisdn>string</Msisdn> </RequestToken> </soap:Body>
Anonymous
Can any one show me examples of phone otp verification while registration in django
🏁 🏁 🏁
Why with django the site doesn't update the css?
🏁 🏁 🏁
But in incognito mode, everything is fine
Prateek
Why with django the site doesn't update the css?
Clear cache and cookies in the browser
Rakesh
Suggest any project for beginner..