Anonymous
Do more practice python /Django / other frame work ✨💯
Бунёд
No doubt. You can work .
thank u for opinion
Suyog
Guys anyone planning for gsoc ? And using django, I mean contributing to django projects?😁
Pavel
Hi everyone. Does anybody know what happened with sqlalchemy model class Event(Base): id = Column(Integer, primary_key=True, index=True), user = Column(String), data = Column(JSON), action = Column(String), created_at = Column(DateTime(timezone=True), default=datetime.datetime.utcnow), content_type = Column(JSON) Mapper mapped class Event->event could not assemble any primary key columns for mapped table 'event'
Mihir
when i am tryin to deploy a webapp on heroku it gives me a Error while running '$ python manage.py collectstatic --noinput'.
Mihir
please help
Mihir
Error while running '$ python manage.py collectstatic --noinput'. See traceback above for details. You may need to update application code to resolve this error. Or, you can disable collectstatic for this application: $ heroku config:set DISABLE_COLLECTSTATIC=1 https://devcenter.heroku.com/articles/django-assets ! Push rejected, failed to compile Python app. ! Push failed
Mihir
for what?
Suyog
for what?
https://devcenter.heroku.com/articles/deploying-python
Suyog
Check this Mihir
Sweetie
I have a django project that generates reports using database tables. Now I want to add a function that will call an api endpoint every 3 second and update the results in the table. I have already made the script to scan the api and update database. But how can I run this script as soon as the app starts and keep it running in background forever
John
Hi guys, Anyone has an idea on Multi nested rest framework api?
Mirco
?
Mirco
Hi guys, Anyone has an idea on Multi nested rest framework api?
There is a topic on DRF doc about nested serializers
Vivek Khillar
Database error in django showing that database disk image is malformed
Vivek Khillar
Can any suggestion how to
Vivek Khillar
Retive
Vivek Khillar
It
Vivek Khillar
Any one please give answer
Yash
If i call function before definition what would the output be in python?
Suyog
It's won't run
What does he mean btw?
M
Try it
Suyog
👍
✙Yaroslav
Guys, deployed own project in Kubernetes, and now instead of http ://localhost: 8000 I have http ://172.17.0.3: 32347. I register through Google, and there is an url redirect callback to the localhost, and http ://172.17.0.3: 32347/cannot be inserted. What do i have to do to get the Google to take my address?
Bunty chhatri wala..
What does he mean btw?
I think he's saying before writing a function.. He wants to call the same function before..
Bunty chhatri wala..
That's too much brainstorming😂
😂😂My english is pretty bad
Suyog
😂😂My english is pretty bad
No I was telling about him 😁
5P34R
Any senior developer here?? Can i pm ??
Yash
It's won't run
it runs actually but why
Anonymous
How to add a message in the ui part
Anonymous
When the cart button is clicked it should display added to cart msg
Anonymous
Anyone know?
DK
Anyone know?
Use js to make Function if item added to cart successfully it should display msg.
Dhanush
Hi everyone, Can you guys help me get rid of this. *. How to Send the mail from current user to the objects mail?? Thanks in advance...
Sindhu
Hi everyone ,I am going to learn django
Sindhu
Can anyone help me ...I m getting some errors
Anonymous
Hi can someone tell me how to implement pagination in django channels chat
Bobosher
Sindhu
Yaa sure
Sindhu
By using templates i have to display some message
Doragonsureiyā
Hi everyone ,I am going to learn django
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Anonymous
Hi , Am created a registration form But when am registrating it's not any confirmation email
Sai Krupa Reddy
can any one help me with Slug field If yes please DM me.. thank you in advance
Mirco
Is it a book ?
Mirco
Whatever it is, we don't support any piracy or similar so instead of pay someone, buy by yourself
cj
if you can pay... then go to its webpage and pay directly to them
cj
Is it a book ?
pirated 💩 about a random guy making very bad videos about python
cj
Ah usual shit
and people are asking to have them (pirated) 🤷🏻‍♂️ i don't know why... if they know it's very bad already, but they still want to have it
Bunty chhatri wala..
Anyone here worked with Pafy library? I'm getting GdataError
Doragonsureiyā
Anyone here worked with Pafy library? I'm getting GdataError
Please don't ask meta questions like: "Any user of $x here?" "Anyone used technology $y?" "Hello I need help on $z" Just ask about your problem directly! With a very high amount of people here the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Holla
Am having this error after trying run the migrations ...
Mirco
!paste
Doragonsureiyā
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites: - https://del.dog - https://dpaste.org - https://linkode.org - https://hastebin.com - https://bin.kv2.dev
Holla
https://pastebin.com/eegfJ8fu Okey that is the error
Holla
python manage.py makemigrations is taking too long to respond and noting is showing
Anonymous
hi people I use Kali linux but when I try to install virtualenv an error appear for me said shell not recognize virtualenv
Anonymous
bash: virtualenv: command not found
Аброр Нуранов
Hi there, can you advise my roadmap of learning django, please. Because it is really difficult to understand the logic of the Django. I know Python, OOP, and some libraries also Tkinter, but Django really complicated.
Holla
Go with youtube and google and books too
Аброр Нуранов
Holla
Why not ?
Holla
The easiest part of django is logic
Nazar
By the way, I've read documentation and I can say that is so boring
their official tutorial is pretty simple and demonstrates the framework`s logic
Isaías
Hi