محمد دلشاد
محمد دلشاد
lol
Chill
My django app is deployed into heroku when I upload a files into it the download works only few hrs and then I try to download again it shows no such files 404error how can I resolve it
Mirco
Chill
Mirco
It's normal Heroku behavior on free tier
Chill
Is there any other platforms to host for free
Chill
Mirco
You can still use it, but don't upload media on it
Use external storages
Chill
Ok
Andrew
Hi guys. Could someone tell me how to solve migrations issue. I uninstalled tinymce and can't make any migrations because of ModuleNotFoundError: No module named 'tinymce'. What steps should I take to solve the issue and save all the date?
Anonymous
Hey guys . When we add new fields in a Django models why don't it get migrated.
I tried deleting migrations file and re migrating.
Nothing worked.
Could someone tell me how to solve this issue
Biswajeet
S
Anonymous
محمد دلشاد
محمد دلشاد
you can understand it something like git that you have all the level of migrations with you
محمد دلشاد
so that you can refer that how you are going in the way to develop application and so does django saves it and didn't append them ina single file
sheikh
Getting error while Inserting dataframe using to sql
Psycopg2.errors.UndefinedColumn column index of relation
Shankar
Unable to load djanobackendfilters
HIRO
HIRO
Anonymous
python manage.py makemigrations
Anonymous
No Change detected problem
Anonymous
Can Anyone Help me??
محمد دلشاد
محمد دلشاد
actually you are writing your models in wrong syntax acc to python so its not aceepting it
Anonymous
Hi friends what is JIRA why we use it?
Bjorn
Doragonsureiyā
Hi friends what is JIRA why we use it?
Step 1: Open a browser
Step 2: Write down https://google.com or https://duck.com and press Enter
Step 3: In the search box write down the same words you asked here
Step 4: Read the firsts results
Anonymous
Anonymous
I am getting Improperly Configured error when i am linking my app urls file from project urls file... And console is saying it's due to circular imports...
Please help someone I am scratching my head from 3 days on it...
Bjorn
Doragonsureiyā
Anonymous
Anonymous
محمد دلشاد
dont share ur code or error here
pastebin it
Anonymous
Bjorn
Anonymous
Bjorn
ok sir
delete these walls of code from here..
Anonymous
Anonymous
How to create a pages automatically like WordPress in Django from admin panel
Prasanthari
Anonymous
Anonymous
Artur
Hello! I have trouble, I can’t import folder. Who can help me?
sheikh
How to insert dataframe in timeseries database.. I want to insert dataframe in timescaledb hypertable..?
Hernan
Anonymous
Hi I'm beginner, Is it possible to excute sqlite query in views.py? Please explain..
Sweetie
I am trying to build a form which takes text input from user and show output image (created with pillow) in real-time.
So as soon as user type
Result:
{{ result_image_in_realtime }}
Text: [ABC ]
Font: [Arial ⬇️ ]
I want to show how it will look as image just above the form.
Is there any ready to use library for this task?
Roman
Hi guys can someone help please, can not start Gunicorn wsgi , the workers starts, site can not be reached. If I boot gunicron manually it works
HIRO
Vaibhav
Could you suggest projects that I can make as a beginner in django
Anders (izzno / gooood) 🇳🇴
Anders (izzno / gooood) 🇳🇴
There's a reason why it's used as an example in so many frameworks.
new
ConnectionRefusedError :[Errno111] connect call failed
('127.0.0.1', 6379)
Anyone have solutions of this error?
Muslim
Muslim
or u dont have redis
Muslim
new
new
Vaibhav
vaibhav5262.pythonanywhere.com
Vaibhav
I hv developed this in django.
Vaibhav
Used covid19 APIs to get real time data.
Anonymous
How to create super user with one line commond with out user arg ?
Jasurbek
I have product class with foreign key to category. how can i filter categories if it has any product object
Mirco
https://2020.djangocon.eu/information/announcements/
DjangoCon EU becomes virtual and free of charge this year due to Covid
Xavier
Xavier
Jasurbek
product_object.category
I have categories such as Books, Technologies.
I have products related to Technologies such as iPhone or iPad.
but I don't have any product related to Books
so I should get only Technologies object
Alessio Balderi
Hello, I have a model form that has a ManyToMany field, I'd like to have in the many to many selection only some of the other table values, how could I do it?