5P34R
now i can able to use a single model to render the datas to pdf
Batman
....
....
Ur django application will live on Google with a link
$iductive
For the production level
Teutranian
Teutranian
If u face problems pm me
coderss
How to embed GitHub files in django template
..I googled . .bt didn't got anythng useful
coderss
Anyone plz help
M
Kemal Cihan
....
Kemal Cihan
5 apps
Can i run a sql server
Kemal Cihan
Ice
I need a help with setting up speedlite and django app, I read mutliple guides but can't get it to work unless I run it manually and it still runs on port 8000
pranit
How to use rollback and transaction using mssql in Django app, when multiple user try to update record at same time
Can any one pls help me on this
Anonymous
Anonymous
Transaction.atomic() inbuilt django function helps with that
pranit
Thanks a lot
*_*
is there any opportunity for me for working in any django project??
ken
django templates quick question (help): what is the correct import order?
1. extends
2. load static
3. load template_tags
4. block
Fazil
Fazil
3* last
ken
1, 2, 4, 4
thanks for the response, so you mean one should place the template tag filters AFTER the 'block' declaration?
Raju
Can anyone suggest me a django project (github) that follows SOLID principles and repository patterns???
01101110011010010110001101100101
Hello everyone! I’m not new to django, but I’m not a pro, so please don’t shame me.
01101110011010010110001101100101
I’ve got a model with manytomany to another model
01101110011010010110001101100101
And I need to create objects of a second model, but it uses notnull params from the third one
01101110011010010110001101100101
Let me just send the code
01101110011010010110001101100101
https://del.dog/yrryfulene.txt
Sai Kumar
Can anyone solve this os error:(winerror 123) the filename, directory name, volume label syntax is incorrect:<frozen import._bootstarp>
Doragonsureiyā
Harsh
I want to schedule a task I watch a video of django_cronjobs
I have add a job in setting but when I run command
python manage.py cronjob add
I getting error no module name 'fcntl'
I have tried to install this fctnl but there nothing
And I have already installed pip install django_crontab
How can I fixed this
Harsh
Or is there method to schedule in some eaassy steps
Harsh
Actually my project is on investment
So if a user invest some amount so I have to give interest everday to every user
According to there investment amount I have already made function and done everything now I need to run that function every day at some time how can I do that
Anonymous
I wanted to create a social media app using django. For every registered user, I have their birthdays. How to wish every user happy birthday automatically?
Like How to automate this in django so that it automatically wish happy birthdays?
Also I wanted a web scrapper to scrap data automatically after certain intervals. How to do that?
Should we just use sleep function in a while loop or what??
0x31c4ae1
0x31c4ae1
Anonymous
MT
hi guys,
why json data show in cmd and return null in browser?
Meghna
Meghna
Hope it helps :)
Doragonsureiyā
hi guys,
why json data show in cmd and return null in browser?
Please provide a full explanation including all the details that you consider relevant. Your statement is too broad and there is no clear way to answer you, you have to explain:
- what you're doing
- what you're expecting
- what you're using
- where you're running the script
- what Python version you're using
- what packages and their versions you're using
- and the most important thing: show the code YOU wrote (read rule 5️⃣ for that)
and more details, that way your chances to get help will increase
Ice
Ice
https://imgur.com/a/kgIRQzd
odin
Guys tell me should i learn Django first or flask ? If i start with flask will it be easier to jump to django
Princu
Mirco
Why so bro?
Because lot of stuff you do in Flask with 20 lines of code, in Django becomes 10
The n-thousands packages you install to plugin and extend Flask, you will have built-in inside Django code base
Fethullah
& also the django orm is awesome to work with, including the documentation around all the concepts
Eduardo
I want to upload multiple images at the same time, I´m not using django forms and I dont want to, so in my html template I have the following: <form class="" action="{% url 'photo_session' %}" enctype="multipart/form-data" method="POST">
{% csrf_token %}
<input name="photos" type="file" class="form-control-file" multiple>
<br>
<div class="text-center">
<button class="mt-1 btn btn-primary disabled">Upload</button>
</div>
</form>
Eduardo
And then i got in the request.FILES the next: photos
<InMemoryUploadedFile: create-pr.png (image/png)>
Eduardo
Why im getting only one of the files i uploaded????
Sai Krupa Reddy
how to get variable from js to django?
Sai Krupa Reddy
I have stored the data in json format in Js file. i want to bring it to django.views how can i do that?
chicoMTZ
How can I extend the Group model??🤔🤔
Creator
How Can I Generate an *product_ID* in models.py which should be primary key and must be stored in database
Creator
How Can I Generate an product_ID* in models.py which should be primary key and must be stored in database
Shreehari
Creator
But i want it should have length 8
Stepan
Aneesh
What is the grant type for new user register in django oauth toolkit
Aneesh
Any one know about this?
José Antonio
Hi guys do you know why I am not getting the right URL for reset password?
I receive the full url via email but when I click it it tells me that the link is invalid
But if I copy the link and paste it in the URL it recognizes
José Antonio
I got that url and I have tried with the final '/' and without and using regex
Fred
Why would you use Django rest framework ?
Emma
I wanna learn Django please can anyone help
Fred
Maybe you should start with flask first for a time
Then you switch to Django
Lannoy
Good luck
Emma
Fred
That’ll make it much easier to understand Django
Kanchan
Emma