Muflone
you have a 30 days refund
Suraj
Suraj
github.com/bugswriter/zest-website
Muflone
get a professional plan and in the case lower it
Suraj
see it contain ..user accounts and registeration modules you can see zest2019.in
Muflone
anyone cannot tell you if your website will run successfully in your hosting
Suraj
I am getting nothing ..for this .. so investing money is not a good idea. I started it as a fun project. now it's huge thing.
Suraj
Muflone
it depends on you, how did you wrote the project, how many requests are done per user, how big are the static resources,if you use caching systems, how everything is well wrote
Suraj
Suraj
I write code how Corey Scafer teaches me.
Muflone
sure.... they will do whatever you didn't do on your own
Muflone
no one can answer to your question
Muflone
or better, just only one person, yourself
Muflone
will you be able to tell me if PA could handle my website?
Muflone
you have the free PA cpu statistics, use them to evaluate the used resources
Jesus
Could I have a docker container with Django REST Framework and another Docker container with ReactJS? So I have Front-end and back-end separated. or should I put both of them into the same docker container?
Max J
am π
Anyone has prior experience in making api for neural netowrk model for text cnn in DRF or flask?
Aniket
Can anybody knows how to add Ajax call on template and how to implement in views.py function...... ( I'm new to Django stuff.. plz share any link will also help me)
Ram
Hello guys. I have two databases for my Django API. Currently, connecting to each database and fetching query results operations happens sequentially. I want to connect to both DB at same time rather waiting for one to complete. How do we achieve this in django
Hiccup
Hello guys I want one django project can anyone help me
Anonymous
Bunty chhatri wala..
Need django scratch to advance tutorials..
Mirco
Денис
Hello guys I want one django project can anyone help me
Hey.
Remember, most of us are here because we sincerely want to help others solve their problems.
But "I want one django project" is not a problem. Example django projects can be googled at speed of light. Do you want us to google that for you? No, it's wrong and out of any respect.
So don't get offended when we redirect you to Google.
Bunty chhatri wala..
!res
Doragonsureiyā
Check out PythonRes, a channel for Python resources (links to help you out).
Ansab
Iam running a python subprocess using popen to create new user............after running that it asking for password and re enter password....... How can I answer for subprocess?
Ansab
Subprocess.Popen('ocpasswd - c /etc/ocserv/ocpasswd user1', shell=True)
vishal
Anyone used firebase and django together?
Anonymous
Sultonbek Ikromov
Hi guys
Sultonbek Ikromov
I am new at Django and I have a question. Which type of Views is better to use? Function based or Class based views?
m0nte cr1st0
Hello. Help me with celey pls
m0nte cr1st0
https://stackoverflow.com/questions/58746788/why-tasks-do-not-start
Yash
Hi there. I'm developing a website which takes multiple radio inputs from the user. Can someone help me get around with it?
Денис
Денис
Maksim
hello. Who can help me with django session?
I set "SESSION_EXPIRE_AT_BROWSER = True"
In desktop and mobile chrome it works. But other mobile browsers it doesn't work. Session doesn't refresh.
Ananthu
Hey should i create a app in django for react
Ananthu
Maksim
Django rest framework
Anonymous
Ananthu
So react and django are connected by django rest framework
R
Question on approach: i finally found webflow to make webpages. These are data driven webpages im making. So, the approach im taking is for every place where data must be presented, in webflow im putting in something like {{data.scope.detail}}% or something like that where “data” is a dictionary of dictionaries. Then, im approaching it like this because, as much as possible i’d like all the webpage stuff to remain solely edited in webflow.
Does this sound like a correct approach?
Anonymous
Anyone with good django tutorials for an intermediate python user
Anonymous
Hello friends
Anonymous
I have one question
Anonymous
I will post the stackoverflow link here
Anonymous
It related to Django content type
Anonymous
This is the link
Anonymous
https://stackoverflow.com/questions/58744819/how-to-get-the-content-type-model-name-using-the-slug-field
Ghorz
Ghorz
Try debugging 70*7 times, if the error continues, will help out
Anonymous
Is it a string?
Cesar
Hello guys, im having a situation, i need a formset with dynamic select options.
lets assume i have 3 models Book -> Chapter -> Comment (https://mypastebin.com/9ms7h). I have a page url '/book/{id}/comment'
where i would like to collect comments on a book for each chapter.
I have a form to capture comment and chapter selection but in that form i see all chapters no matter what the book is. I will have a formset + jquery to handle the add row button.
How can i filter the queryset to match the book i selected in the id?
Anonymous
Could you please copy paste the secret key line?
Sultonbek Ikromov
Shaun
Shaun
Never thought about FBV. is this a new thing?
Ghorz
Ghorz
CBV was created to ease CRUD operation
Anonymous
The whole line including SECRET_KEY
Anonymous
That’s weird
Anonymous
Pm me
Anonymous
https://pastebin.com/6xQX7n5L
Can help my ?
Luis
https://pastebin.com/6xQX7n5L
Can help my ?
This is not a DJango related problem.
Try to use Postman or Curl to test your API, check these is not a network related problem (a firewall, etc).
If your API works with manual tests, then you should ask in Python related group.
Cesar
Luis
Luis
@ceterre https://docs.djangoproject.com/en/2.2/topics/forms/modelforms/#changing-the-queryset
I
Hi guys!
I study Django from a textbook and in the example one I get this error:
TemplateSyntaxError
Could not parse the remainder: ': "d.m.y h: i: s"' from 'bb.published | date: "d.m.y h: i: s"'
(In template i write: <p>{{bb.published|date: "d.m.y h:i:s"}}</p>
Please tell me how to fix it?
Cesar
Luis
Luis
@kake87 {{bb.published|date:"d.m.y h:i:s"}}