Check your url. This error usually show up when there's no url with the
name provided for the reverse function
On Tue, Mar 26, 2024, 11:55 AM Filbert wrote:
> Consider this what seems to be a simple Django/DRF API which works:
>
> class CourseViewSet(viewsets.ModelViewSet):
> queryset = Cours
I am interested. Please add me as well to the WhatsApp group
- +0201223407877
On Mon, Mar 18, 2024 at 7:26 PM 1001_prabhjot Singh <
prabhjotbal...@gmail.com> wrote:
> so i am working on a full stack e-comm website and this project is really
> very big for me because it's a live project am using
8072094026 whatsapp
On Mon, Mar 18, 2024, 6:26 PM 1001_prabhjot Singh
wrote:
> so i am working on a full stack e-comm website and this project is really
> very big for me because it's a live project am using django for backend
> interested one's can send there number for WhatsApp group
>
> --
>
I am interested add me also +91 9160554107
On Tue, Mar 26, 2024, 3:54 PM RANGA BHARATH JINKA
wrote:
> I am interested. Please add me as well to the whatsapp group
> - +919110334114
>
> On Tue, Mar 26, 2024 at 3:36 PM Sujata Aghor
> wrote:
>
>> I am interested.
>> I have experience in Python Dja
Use "basename" parameter while registering router.
router.register(r'courses', CourseViewSet, basename="courses")
And then reverse using this basename and operation like "courses-list".
On Tue, 26 Mar, 2024, 17:03 Filbert, wrote:
> *sigh* same error:
> django.urls.exceptions.NoReverseMatch: Re
*sigh* same error:
django.urls.exceptions.NoReverseMatch: Reverse for* 'courses-create' *not
found. 'courses-create' is not a valid view function or pattern name.
On Tuesday, March 26, 2024 at 7:28:45 AM UTC-4 Muhammad Juwaini Abdul
Rahman wrote:
> It's not reverse('courses') alone. Probably re
It's not reverse('courses') alone. Probably reverse('courses-create') or
something like that.
On Tue, 26 Mar 2024 at 18:55, Filbert wrote:
> Consider this what seems to be a simple Django/DRF API which works:
>
> class CourseViewSet(viewsets.ModelViewSet):
> queryset = Course.objects.all()
>
Consider this what seems to be a simple Django/DRF API which works:
class CourseViewSet(viewsets.ModelViewSet):
queryset = Course.objects.all()
serializer_class = CourseSerializer
router = DefaultRouter()
router.register(r'courses', CourseViewSet)
urlpatterns = [
path('', include(router.u
I am interested. Please add me as well to the whatsapp group - +919110334114
On Tue, Mar 26, 2024 at 3:36 PM Sujata Aghor
wrote:
> I am interested.
> I have experience in Python Django for 10+ years
>
> On Mon, Mar 25, 2024 at 6:30 PM oduwole samuel
> wrote:
>
>> I'm interested 07083861162
>>
>
I am interested.
I have experience in Python Django for 10+ years
On Mon, Mar 25, 2024 at 6:30 PM oduwole samuel
wrote:
> I'm interested 07083861162
>
> On Fri, Mar 22, 2024, 2:16 PM Md. Amjad Hosen
> wrote:
>
>> Hi, I’m interested. Whatsapp number is +8801751023426
>>
>> On Friday, March 22, 2
10 matches
Mail list logo