Re: Django project

2022-05-12 Thread Tanni Seriki
anji > +91-900-483-4183 > ganji.che...@gmail.com > http://ryucoder.in > > > On Fri, May 13, 2022 at 1:03 AM Tanni Seriki > wrote: > >> Yeah thanks for the assistance >> But the twillo does it work across the globe, because am in Nigeria and >> twillo is an Ame

Re: Django project

2022-05-12 Thread Tanni Seriki
il.com > http://ryucoder.in > > > On Thu, May 12, 2022 at 10:43 PM Tanni Seriki > wrote: > >> Please groups am working on a school project >> The project is to send a SMS to a lecturer when his/her period wants to >> starts. >> The SMS will contain the ve

Django project

2022-05-12 Thread Tanni Seriki
Please groups am working on a school project The project is to send a SMS to a lecturer when his/her period wants to starts. The SMS will contain the venue, time and date... Is there a way this can be accomplished by django -- You received this message because you are subscribed to the Google

JavaScript

2021-06-23 Thread Tanni Seriki
I try to implement JavaScript on my Django project, but it's not working at all. In Mozilla Firefox it keep saying, File failed to load with It's not a valid mime type... Please help me out... Or is there any way I can use Django to make add to cart functionality. -- You received this

Online food ordering system Django

2020-09-16 Thread Tanni Seriki
Please those any one has a project like online food ordering system... -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Django

2020-07-07 Thread Tanni Seriki
Ok... Sir please Can I have your WhatsApp number, So that you could put me through better On Tue, Jul 7, 2020, 4:58 PM Mottaz Hegaze wrote: > try to use function name IndexList with reverse , not the url name > i don't see all your code > > On Tue, Jul 7, 2020 at 5:41 PM Tanni Ser

Re: Django

2020-07-07 Thread Tanni Seriki
namespace="post") > > > > On Tue, Jul 7, 2020 at 5:11 PM Tanni Seriki > wrote: > >> Please family.please help me out, >> Am trying to create a posts details Page, in model.py I declare a get >> absolute URL with a reverse of my post details ur

Django

2020-07-04 Thread Tanni Seriki
Please can someone leature me on how to get post details using slug... From scratch, am confused. Help a brother out please. Please!!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Django how to get post details of a post using slug

2020-07-03 Thread Tanni Seriki
Please family, help me out in solving my project. How to use slug to get post details. Here is all my files -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Django how get Post details using slug

2020-07-03 Thread Tanni Seriki
lf.request.GET.get('q') > object_list = Post.objects.filter(Q(title__icontains=query)) > return object_list > > > def post_details_view(request, post): > f = get_object_or_404(Post, slug=post) > return render(request, 'post_details.html', {'f': f}) >

Re: Django how get Post details using slug

2020-07-03 Thread Tanni Seriki
Please let me know if you have seen the file. Am sorry am sending it to you as file, my phone is malfunctioning On Fri, Jul 3, 2020, 9:49 PM Tanni Seriki wrote: > Sir here it's all the project, currently my phone camera has fault please > help me out. > > On Fri, Jul 3, 2020, 9:2

Re: Django how get Post details using slug

2020-07-03 Thread Tanni Seriki
Sir here it's all the project, currently my phone camera has fault please help me out. On Fri, Jul 3, 2020, 9:23 PM coolguy wrote: > I am away at this time but can you send the project urls.py screen shot as > well. > > On Friday, July 3, 2020 at 4:09:01 PM UTC-4, Tanni Seriki wrote

Re: Django how get Post details using slug

2020-07-03 Thread Tanni Seriki
eved post using a template. > > In your urlpatterns you have defined the path for your post_detail which > send the post as a slug to your view and in turn view returns the HTTP > response. > > On Friday, July 3, 2020 at 11:10:22 AM UTC-4, Tanni Seriki wrote: >> >> Pl

Re: Django how get Post details using slug

2020-07-03 Thread Tanni Seriki
Here is my WhatsApp number +2348095594236 Please I really need to solve this out On Fri, Jul 3, 2020, 9:07 PM Tanni Seriki wrote: > Coolguy > Please can we chat on WhatsApp... > The post details is really giving me headache, please help out > > On Fri, Jul 3, 2020, 9:04 PM c