Ashutosh
https://www.youtube.com/playlist?list=PLbGui_ZYuhigchy8DTw4pX4duTTpvqlh6
Ashutosh
K try this one from utube
Roman
Guys I have 2 models , A and B,
and I have A->FK(B) , B -> M2M(A) and it does not work
Roman
IS ther eany solves for it /
Mirco
!ot
Doragonsureiyā
Looks like you need an offtopic group, please continue this conversation at @pythonofftopic as it's not related to Python
Darth✧
Command 😅
Mirco
Off topic
Mirco
...
Can anyone suggest me basic django project?
...
Thanx
VarunTheLord
Make use of YouTube for courses and project
Anonymous
my celery comfig is not changing no matter what i do it still. picks redis
Anonymous
and in other project when i started with rabbitmq it is not changing to redis
Anonymous
what about in production?
Anonymous
how to deploy in production
Shubham
Hello guys I was trying text summerization using a gensim, it worked on shell but when I tried over a django view the same method didnt work
Shubham
https://github.com/Jcharis/Natural-Language-Processing-Tutorials/blob/NLP_Tutorials/Automatic_Text_Summarization_with_Python/Automatic%20Text%20Summarization%20with%20Gensim.ipynb
Shubham
this is code
Shubham
def summarize_page(request):
url = request.GET.get('url')
mytext = request.GET.get('long-text')
print(len(mytext))
print(mytext)
summary = summarize(mytext)
print(len(summary))
print(summary)
context = {'data': summary, 'original_text': mytext}
return render(request, "summarizer/index.html", context)
Shubham
this is my method
Shubham
as you can see print(len(summary)) gives 0
Andrej
Can anyone suggest me basic django project?
Program something which saves data in a DB, makes use of the models, authentication, staticfiles, logging, templates, authorization, Django Backend, ...
Make a simplified Udemy clone or a sinplified clone of another Platform
Andrej
Like pastebin
AK
cna anyone explain how to make facebook like newsfeed in django rest framework
AK
just tell me the working ill figure the rest
Kushal
How to test API using test
矢田
heroku error app not comatible with build pack
hence canf push to protected stream heroku anybody got a fix
Anonymous
I am good
Anonymous
Hello guys
Anonymous
I always have problems in my django app
Anonymous
Unable to import 'django.contrib'....
Camille
Anonymous
säthïs
Paste your complete log
säthïs
Using pastebin or any snap tool
Mirco
Doragonsureiyā
How to test API using test
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
please tell me django best Rich text editor
Anonymous
Ckeditor
Anonymous
some kind best which provide everything related text
Ghorz
Ghorz
Find one that works, it's impossible to get everything you want
Anonymous
Anonymous
Laughing Guy
How to perform SQL queries like orderby in Django to order elements in my model named Student
Mirco
Mirco
!ot
Doragonsureiyā
Looks like you need an offtopic group, please continue this conversation at @pythonofftopic as it's not related to Python
Ghorz
Mirco
Ghorz
Anonymous
Django documentation have now become really useful they were a mystery in 1.6 version times trust me 🤯
Mirco
That's why we are in 2020 with Django 3.x 😎
Roman
Hi, can anyone help me out with CI Github Action ?
Anonymous
📝📌😎
Mirco
Roman
!ot
I mean Django , like configure CI to gunicorn out
Kushal
http://dpaste.com/A4GJCRV49
I wouldn't solved this problem
Mirco
Mirco
Mirco
You need to create that office before passing the pk
Mirco
Kushal
Mirco
No
Mirco
Share the code here using code sharing tools
Kushal
Kushal
I am testing API
Mirco
Why you are passing a list of numbers ? You need to pass a pk not a random number
Kushal
That all pk sir
Mirco
And it's not the test that is raising the error so share that one as well
It's just the setup
Kushal
Yes sir
Kushal
What other things sir?
Mirco
The test
Mirco
Kushal
https://dpaste.com/BQS6VG2S4
Mirco
And share also the view