Masud
How can i send photo here? i want to show the error?
Doragonsureiyā
Doragonsureiyā
How can i send photo here? i want to show the error?
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites:
- https://del.dog
- https://dpaste.org
- https://linkode.org
- https://hastebin.com
- https://bin.kv2.dev
Masud
there is no traceback its only page not found
Masud
I used Createview with LoginRequired but when a user to acces create view page it showing the page not found error ,where i want to show login page just.
Masud
Login page works find too but in this case its not working
George
Sergei
Hello :)
def create(self, request, *args, **kwargs):
owner = self.context.get('request').user
item = CarGroup.objects.create(
owner=owner,
name=self.validated_data['name'],
)
item.members.add(*self.validated_data['members'])
return item
return [self.child.to_representation(item) if item is not None else None for item in data]
TypeError: 'ManyRelatedManager' object is not iterable
Sergei
Why does an error pop up?
Виктор
George
Also, what do you mean by webhook?
Виктор
Виктор
After finish
Виктор
Simple way
George
Виктор
It's not good for big project, but for middle is ok
George
this doesnt appear anywhere so i appreciate it a lot 😂
George
George
i like to know how to scale
George
also i just want an implicit database for tasks but i didnt know how to do that and i went the easy way
Adonis
Mirco
!paste
Doragonsureiyā
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites:
- https://del.dog
- https://dpaste.org
- https://linkode.org
- https://hastebin.com
- https://bin.kv2.dev
Tanguy
considering the modelForm on https://hastebin.com/fuwagihire.py , How can I assign class:'form-control' on every widget field without copy that class attribute on each of them please?
DK
I deleted table from postgre database, now I'm creating new table from django model, its giving error because its Searching old table
Dev
Mirco
At this point and if you are on development environment, it's ok to delete files, trash db etc. but it's not the correct practice
Dev
Mirco
Dev
He just need to make migration and he has two option 1st is put value like timezone.now and 2nd is quit.
Nirupam
Hi, project app is not importing to installed app.i added but it's saying module not found, i activated virtual environment also.but still same error
Nirupam
App name i have mentioned both like myapp.apps.Configapp or myapp way in installed app
Dev
Nirupam
Yes
Mirco
Mirco
!rules
Doragonsureiyā
Read the rules before any activity: @PythonRules
Dev
Nirupam
Ohk
How i can i share screen shoot..media is disable here
Mirco
Doragonsureiyā
Nirupam
I have pasted in dpaste.de
Pavel
Does anybody fix issue with django-formset-js (data-delete-formset-button doesn't clickable in IE11)
Anonymous
!admin
Luciano
Hello!
When I add a user from the admin interface, I can use more than 30 chars long on "first_name", but when I use the User.objects.create_user() it throws an error that I can't enter more than 30 chars long value.
Any help to get around this will be appreciated!
Shubham
Help me out -
When i ran django admin in starting it ran ok after that it shows site is not reachable
Shihasz
Check ur line 22
Shihasz
Shihasz
Shubham
I am following the tutorial code with harry on django
Shubham
And also in mosh hamedani tutorial it was happen
Shubham
I explain
Shihasz
Explain ur exact problem, Not tutorials..
Alan
Alan
For example, I needed users to have unique emails but the auth user model doesnt coerce this, so I had to use another model and make references to it through all the code
Artur
Hello. How to draw a tree view of comments? what tools to use?
Alan
Either that or just make a profile model for the user but it seems your issue is with a core field of the user model
Alan
Shubham
Explain ur exact problem, Not tutorials..
First i created super user then when i will access django admin page then one or two times it runs ok but after typing link /admin it says site not reachable
Shihasz
Shubham
Shihasz
Doragonsureiyā
Can i send image for clarification
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites:
- https://del.dog
- https://dpaste.org
- https://linkode.org
- https://hastebin.com
- https://bin.kv2.dev
Shubham
https://del.dog/crythubicu
Shubham
in this urls.py in my vs code line number 16 and 17 shows error in from
Luciano
Luciano
Anonymous
Any one having tutorial or something of pagseguro payment integration