Anonymous
Ghorz
Mirco
Anonymous
How rude you members are 😂😁
Anonymous
I want the clone in django, actually I want to know how to use perfect money gateway api in Django?
Mirco
Anonymous
Then delete this group 😂
Ghorz
Mirco
Yes sure 🙂
Mirco
Said by someone that wanna clone a website without coding or have a minimum knowledge of it 🤙🏼
Anonymous
😂😂😂
Anonymous
Ghorz
Then delete this group 😂
Please read the rules at the topic. You ask questions related the the issues you face in your implemented code.
Like,
I did x but got y. I tried j but not working. This is the link to my code on pastebin
Anonymous
Mirco
Prakash
Any reference regarding nested serializers with crud operations on function based views pls share
VarunTheLord
Can anyone share me a proper video link to publish website (custom domain)? I have created a portfolio site using django.
I checked pythonanywhere, but didn't understand. Is there any alternative?
Jai
Jai
VarunTheLord
Yeah. But is there any alternative other than pythonanywhere?
Jai
For unpaid users, the domain becomes:
yourUsername.pythonanywhere.com
Jai
VarunTheLord
VarunTheLord
Jai
VarunTheLord
Thank you
Jai
Their customer service is too good though
Jai
They reverted to my queries in just 2-3 hours
Jai
mojo
can i send a code here?
VarunTheLord
In the tutorial which I took.. the guy uses gitignore and does some stuffs in pythonanywhere.. I got confused in the tutorial
Jai
VarunTheLord
Nah, it's Nick Walter. Udemy course.. I downloaded it for free lol.. 9gb course
Jai
Ping me if you need any help for hosting in pythonanywhere :D
Jai
VarunTheLord
VarunTheLord
Do we have to use gitignore?
Anonymous
Hi guys can you suggest me a book for rest api
VarunTheLord
Ohokiee. Thanks
Jai
Your welcomee!
Anonymous
I want to create grocery web site and admin panel ..is it good to use Django on both
Baku
Baku
Dhruva
match = datetime_re.match(value)
TypeError: expected string or bytes-like object
Dhruva
Why am I getting this error?
Dhruva
uploaded_at = models.DateTimeField(auto_now_add=True, blank=True)
Anonymous
May be u gave default value a string during makemigration
Cosmos
Why am I getting this error?
Well, the exception is describing exactly what you need to know.
Your "value" variable is not an string or bytes-like object.
Anonymous
Cosmos
Darth✧
I have a model named Profile....i created forms.py having all the fields and created function based view....
Checking that form is valid or not ...if valid then save the changes
....now problem is when i m filling or updating the fields. ..it is actually not updating ...not saving in the admin dashboard. ..where is the problm? ...pls help
Anonymous
AttributeError: 'NoneType' object has no attribute 'replace'
Anyone solved this issue? Thanks
Anonymous
When i am using foreign key in model i am getting operational error....no such table:main auth_user_old
Darth✧
Debashis
I have fonts.css file in which url:(<path to font ttf file>)
is there.
How to give the static reference to this in Django.. what is the recommended way..
Ghorz
Ghorz
Am very sure the page you open is connected to a form
Anonymous
nope, its happens when i try to makemigrations
Anonymous
Commodity
What is the use of redis in django channels?
Paul
Subroto
Which ide is used for Django?
Anonymous
You can use any but I think vscode or pycharm you can use.
LinuxBugs
Cpt.Zoba
How does cbv automatically know which template to show like for eg when I used CreateView and I didn't have any template I got error like school_form.html not found ...... My question is how does the CreateView DeleteView or UpdateView automatically configure which template to show or m I missing something. (M novice)
Anonymous
Hello everyone, i am new to Python and Django and i need some assistance in Creating a simple calculator GUI application in Python using Django framework, any leads to a tutorial would help, thanks
Gil
kancharla
Does any one know how to restrict some users from accessing some functions in my project
Mihir
use decorators
kancharla
Which one