cj
محمد
Thanks
Anonymous
Thanks
You can do that with you view
I using pymongo to get a query from mongodb
Anonymous
But for migration I don’t have any idea
محمد
Code
Headless CMS is okay, but you can also use Wagtail or even CoderedCMS, a wagtail variant @juan carlos Fernandez
Cheap
cj
Anonymous
How?
Search for
Connect to the mongodb with python🐍
Doragonsureiyā
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 60k+ people the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
cj
Daniel
My problem is the next:
Im working in a platform. In the platform i extend user model using onetoonefield and adding 3 fields User(onetoone...) bio(textfield) and profileP
Daniel
I create a form to update the profile pic and i use a cropperjs to crop the image. The problem is with the form when i want to update the profile pic says me this
Daniel
Profile with this User already exists.
Daniel
any idea
Daniel
If need i can post my code
Daniel
u need the model the form or the view?
Daniel
okay
Daniel
https://pastebin.com/m14MC1bH
Daniel
view
Daniel
https://pastebin.com/DughnqDy
Daniel
from
Daniel
form*
Daniel
AttributeError at /administrator/profile/modify
'User' object has no attribute 'profileP'
Mirco
saran
Heyy guys.. I'm working on multi linguistic site. I Just complete with English. Now i have do Arabic. How can we do that? Do i Need to create separate html page to load Arabic.. Any idea. Please give some suggestions
Anonymous
how to set an environment variable for a specific virtualenv in python windows?
Zerihune
Zerihune
Then activate it
Anonymous
1 pip install virtualenv
2 virtualenv anyname
'java' is not recognized as an internal or external command,
operable program or batch file.
getting this error as my virtual environment is not able to find the path. Though it is set in the Environment Variables in windows.
Anonymous
Zerihune
U must specify the path 1st in the environment
Anonymous
Anonymous
Anonymous
installing tabula-py which has a dependency on java
Anonymous
Anonymous
anyone is there can use artifical intelligence in django project
Anonymous
Hi guys
Please help me with this one
How to get scheduled task time from database for CELERY in Django?
Anonymous
Anonymous
__init__
Hello Guys ho to save nested object in DRF
Shubham
I creat a app and a error show circular import
Shubham
How i remove
SG
How to set cron job in django
SG
I am using apschedule and project hostied on heroku
SG
It gives me error cannot import User
Mohit
appname is the app name who's models.py contains the User model
Lord Voldemort
guys which is best hosting for django i want to purchase
Lord Voldemort
should i go for linux hosting, python anywhere or heroku
Jimmies San
Thanks. Done
Ravi
I want to retrive text data from data base but only 25 character only
Ravi
Help me please
Anonymous
Jimmies San
Ravi
Please explain
I'm created admin form and store in database want to display on index.html only 25 character
Anonymous
Ravi
Ravi
[:25]
How to write I'm new in python
Anonymous
Yess
Ok u can do it as above [:25] or if u planning to use pagination Django have pagination class
Ravi
Ravi
Ravi
Not working
Anonymous
Hi, any one can share with me the djangoBook
Anonymous
?
Ravi
M2
Ravi
Me2
Sourav
Why django admin forces to fill a value for m2m field....as per my knowledge m2m field is a separate table and does not require a value?
Muflone
Muflone
sure, for every field type
Sourav
Now what is the case of null with respect to m2m?
Muflone
no rows in the related table
Dhanush
Hi friends. Can any one tell me about👇👇
How to autogill slugfield in admin interface??
Dhanush
*autofill
Apleoxero
Can anyone suggest me how to store multiple foreignkeys in a single field