Tar
Hi,
I have API for currencies rates that I want to run once a day (as a cron?)
I need access to the values.
What is the recommended way to do it?
An independent cron (Linux) which update a values in the environment ?
A function that runs once a day and update the db based on a model?
Any other ideas...
sheikh
How to override template in django oscar
Anonymous
Just your url
Anonymous
Use http
Anonymous
The
k
Rajat
Is there a way to implement a timer in django, by a module or javadcript? So I can update HTML dom after a certain period of time.
Gil
Rajat
I figured it out, thank you
DK
Which is best,
Django with mongo db OR Django with postgresql
Adonis
Django is NOT designed for NoSQL db.
DK
But their is YouTube source which shows tutorial with NoSQL
Anonymous
DK
Django with Mongodb is complex but possible.
Django should go with MySQL
DK
Adonis
Yep
Ist there any Tutorial, how to save collected multiple data with python to a db? Im just finding saving from forms with django...
Paschaljet
The view didn't return an HttpResponse object. It returned None instead, please what usually cause this?
sheikh
Roman
Hi guys, If I have FileField in model and it's serialised, how should I pass the file to the apiviewset so serializer knows it's correct and changed the file ?
Roman
As 64 encoded string ?
Roman
I am interested in patch call
•_•
Anyone here who can help me in social media login ??
•_•
I'm getting error while deploying it and it's running fine locally
monké
Could you be more specific?
monké
What problems and how are you deploying?
Nivatharan
Guys... Let me know, which is site best to deploy my Django app ???
Xavier
KENNEDY
Anonymous
hello guys , ı need django translate documention anyone help me ?? ı dont understand translation
Muflone
cj
Anonymous
Is what learn python framework
Anonymous
Please suggest which framework is the best
cj
🙄🙄🙄🙄
Anonymous
cj
What bro
1. I'm not your bro
2. Did you read this group name?
3. if previous point's answer is yes, do you know what django is?
4. what do you really want to do? because depending on that there are many different frameworks for different purposes
Enlighting-man
Anonymous
Presence
Any Angular+django example recommendations for educational purposes on github
Wang
hello everyone
i got a problem!
Wang
<p><label for="id_account_0">账单使用账户:</label> <ul id="id_account">
<li><label for="id_account_0"><input type="radio" name="account" value="" required id="id_account_0" checked>
—-------</label>
</li>
<li><label for="id_account_1"><input type="radio" name="account" value="1" required id="id_account_1">
微信: 0.0</label>
</li>
Wang
i use form with radioselect , but it display __ in HTML
Wang
class BillForm(ModelForm):
class Meta:
model = Bill
fields = [ 'name', 'amount', 'bill_type', 'account', 'note']
widgets = {
'account': forms.RadioSelect(),
}
Wang
i Don't want to display it
how shoud i do
snc
snc
Wang
emmm
my english is poor , sorry sir
Wang
use crispy form instead
do you have native solution, I don't use more external app .
it will be more complex
snc
Scrim
I'm using PostgreSQL and i deleted table directly on database, so know Django don't create database again
Wang
Shubham
Hi guys
How can i get the validationerror code in views.py?
Wang
Wang
class BillForm(ModelForm):
def init(self, *args, **kwargs):
super().init(*args, **kwargs)
CHOICES = [(o.id, o.name) for o in Account.objects.all()]
self.fields['account'] = forms.ChoiceField(label="账号", widget=forms.RadioSelect, choices=CHOICES)
class Meta:
model = Bill
fields = [ 'name', 'amount', 'bill_type', 'account', 'note']
•_•
Could you be more specific?
Social media login works fine locally but when i deployed on heroku its not working do i have to do some extra settings while deploying on server???
Bacteria
I have a python chatbot implemented in google colabs, now i want to implement a client server architecture. I am aware of RESTful APIs but it does not have states. So what should i use?
Rangarajan
•_•
Backend not found for Google login
Anonymous
hello guys ı need django translation ı cant fixed problem ı need help pls 😩
•_•
AxJu
Hi guys,
i need an app that controls the os. That shuts down the system or executes custom scripts. For example, I want to change the network settings. I know how to run a script using Python, that's not the problem. But maybe there is already an app?
Alan
AxJu
electron
Sorry, I meant a Django app
DY
Alan
Basically the front end my lad
Alan
I might be wrong, ill look up stuff
Rangarajan
Herokuapp
Heroku have different setup for Dev server(deployment) visit their official documentation page you'll get clear about it.
Alan
just found out, yeah you can use electron with django
•_•
Alan