DO you know that error I been trying to fox it since 6 hours with no udaptes

2024-05-12 Thread Yann
TemplateDoesNotExist at /login/ usagers/login.html Request Method: GET Request URL: http://127.0.0.1:8000/login/ Django Version: 4.0.3 Exception Type: TemplateDoesNotExist Exception Value: usagers/login.html Exception Location: C:\Users\Yann\AppData\Local\Programs\Python\Python312\Lib

Re: I need web scraping to get product information from mfg sites

2021-05-18 Thread Yann Mbella
I want to be part for the help My name is mbella onguene Yann Symphorien Email: mbellaongu...@gmail.com On Tue, 18 May 2021 at 17:07 Software, Web Developer wrote: > Interested > Name: Joash Monda Mokaya > Email Address: mondajoas...@gmail.com > WhatsApp Number: +254707191544 >

DRF

2020-08-06 Thread Yann Mbella
Hi I need help to make a dynamic permission system using django permission according to groups -- 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 django-users+un

Re: Boto3, aws, workdocs

2019-11-22 Thread Yann Mbella
thanks for the link i have read this already but i need a quick start or a tutorial Le jeu. 21 nov. 2019 à 13:55, Integr@te System a écrit : > hi eager man, > follow your need. > https://boto3.amazonaws.com/v1/documentation/api/latest/index.html > > On Thu, Nov 21, 2019, 19

Boto3, aws, workdocs

2019-11-21 Thread Yann Mbella
Hey guys need help in usage of this service boto3 with workdocs if someone has a link of any tutorial please help urgent -- 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 e

ListView from 2 model

2019-10-02 Thread Yann Mbella
hi everyone, I got a problem in listing two models from a listview that is, a list of one model and another model together (eg Books and Authors) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: ORM

2019-09-16 Thread Yann Mbella
I needed the contrary having uml diagrams and generating models from does diagram Le lun. 16 sept. 2019 à 16:43, Yann Mbella a écrit : > Thanx for the information > > Le ven. 13 sept. 2019 à 06:24, Jani Tiainen a écrit : > >> Hi. >> >> There exists django-extensio

Re: ORM

2019-09-16 Thread Yann Mbella
Thanx for the information Le ven. 13 sept. 2019 à 06:24, Jani Tiainen a écrit : > Hi. > > There exists django-extensions package that has management command to make > UML diagram for your models. > > > pe 13. syysk. 2019 klo 5.22 Yann Mbella > kirjoitti: > >>

ORM

2019-09-12 Thread Yann Mbella
Got little problem is it possible to have a plugin which mapps or reproduce my class diagrams drawn in an IDE of UML in my models app -- 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

Re: NEED FOR A SLACK CHANNEL

2019-02-21 Thread Yann Sionneau
Slack is proprietary software, maybe Mattermost can be used instead. For instance there is free instance at framateam.org On 2/21/19 5:23 PM, gilwell muhati wrote: Hello, Can we create a *slack* channel for tutorials, job adverts and system collaboration? *Regards,* -- You received this me

Re: How to serve any static directory?

2015-09-02 Thread Yann Salaün
M, Florian Schweikert wrote: > On 01/09/15 16:34, Yann Salaün wrote: > > In summary : is there a way to put something like `return > > serve_this_static_directory()` in the view? or is there any workaround > > there? > > Not sure if I get you right, you want to serve sta

How to serve any static directory?

2015-09-01 Thread Yann Salaün
mmary : is there a way to put something like `return serve_this_static_directory()` in the view? or is there any workaround there? Thanks for your answers Yann -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

__str__ and __unicode__ not working!!

2015-05-04 Thread Yann Ashuach
In tutorial number one in django documentations, i have tried and tried again, and neither the __str__ or the __unicode__ is working! This has been a problem for quite a while now... The file i have attached is the code i have written. I have looked on many different sites, and haven't found any

Adding a field in the User - Group relation in Auth

2012-06-19 Thread Yann 'Meow' Bordenave
an user in the group (manager, simple member,…). Is there a way to do it cleanly ? I hope my english is good. Thank you -- Yann 'Meow' Bordenave m...@meowstars.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To pos

Re: @commit_on_success with Class based view in Django 1.3

2012-02-15 Thread Yann
but on which method of the class view? the post method? On Feb 16, 12:03 pm, Matt Schinckel wrote: > You can use the @method_decorator decorator decorator. > > https://docs.djangoproject.com/en/dev/topics/class-based-views/#decor... -- You received this message because you are subscribed to th

Re: @commit_on_success with Class based view in Django 1.3

2012-02-15 Thread Yann
u have to ensure on your own hand the values in the two tables are equal. > > 2012/2/15 Yann > > > > > > > > > Hi, > > > In a class view, I am trying to modify two instances of different > > models. There are some identical data stored in both table

@commit_on_success with Class based view in Django 1.3

2012-02-15 Thread Yann
Hi, In a class view, I am trying to modify two instances of different models. There are some identical data stored in both tables. They should really be the same in any circumstance . Should I use "@commit_on_success"? If I should, how should i use it for the class based view? Should I do somet